Vx2gas
d0f2a63b91
Added support to supply an end to bar charts to have them scale ( #2760 )
* Added support to supply an X2 to bar charts to have them scale
* Fixed graph2d stacking issue. It no longer takes into account hidden items
* Changed x2 to end per recommendation and added this to the docs
7 years ago
Alexander Wunschik
f38452130a
chore: removed google-analytics from all examples ( #2670 )
7 years ago
Alexander Wunschik
890c3f83a6
fix(graph2d): fix #2500 for graph2d ( #2581 )
* fix(graph2d): fix #2500 for graph2d; improves #2580
* fix(DataSet): make sure the right id-type is used internaly
This fixes a fixed strange string-number conversion issue.
It can happen that id "0" !== 0 what causes #2580 .
fixes #2580
7 years ago
Alexander Wunschik
bb549ea880
generate individual css files for network and timeline ( #1970 )
* generate individual css files; fixes #1969
* simplified css bundleing
* add new generated dist-css files
* use chart specific css files in the examples
8 years ago
Ludo Stellingwerff
a44e88ef6d
Introducing group based shading
Separate shading from line drawing (fixes drawing order)
Cleanup of draw code
Fix icon-shading CSS override
9 years ago
Ludo Stellingwerff
22b09d2197
Add shading example.
9 years ago
Manuel Schallar
06b78a0580
Updated example 19_labels.html
9 years ago
jos
a1b987be77
Replaced underscores in example names with camel case
9 years ago
jos
970204b6ed
Removed index.html files from examples
9 years ago
Alex de Mulder
b9ff0eb827
added validator to graph2d, maybe also put it in groups?
9 years ago
Alex de Mulder
20ef9a15f9
made new graph2d docs, fixed graph2d examples, updated graph2d options
9 years ago
jos
b523d7ef85
Fixed background styling issue with Graph2d
9 years ago
Alex de Mulder
4d57a6df7c
unified options with timeline, updated docs and configurator
9 years ago
Alex de Mulder
7fc617faa7
reformatted options for graph2d dataAxis, docs to follow. New docs have statically linked menu bars, switched to uuid library for uuid v4 rfc4122 UUIDs ( #432 )
9 years ago
Alex de Mulder
8d48a9d5bf
fixed stacking of positive and negative bars. #616
9 years ago
jos
b3e3dccad7
Refactored the css of Timeline and Graph2d to have a `vis-` prefix everywhere. (Still a small issue in Graph2d)
9 years ago
jos
61b9513070
More descriptive warning on missing locale (see #761 )
9 years ago
jos
5db59a91d7
Fixed #761 : Timeline and Graph2d throwing an error when locale is not found. Gives a warning message instead.
9 years ago
Alex de Mulder
81ea2b1f4a
added google analytics
9 years ago
jos
0975223041
Fixed #736 : broken script url in example 13_localization.html
9 years ago
NotSqrt
95b09a4f77
Missing link in index
9 years ago
jos
fd15b369ff
Added missing docs on `hiddenDates` for Graph2d (see #695 )
9 years ago
Alex de Mulder
a9b7485b86
fantastic clustering in network woohoo, added point labels for bargraphs in graph2d
9 years ago
Alex de Mulder
ff4444b30f
minor tweak to example
9 years ago
Alex de Mulder
ca85e86be2
merged #635 , thanks @tobeee !
9 years ago
jos
3915e9c00c
Made TimeAxis robust against old versions of moment.js. Updated to moment.js 2.9.0
9 years ago
Alex de Mulder
cac743a3d3
- added show major/minor lines options to dataAxis and timeline
10 years ago
Alex de Mulder
d399fb18eb
removed fit
10 years ago
Alex de Mulder
ac74e826b0
fixed graph2d not updating on animation correctly
10 years ago
jos
93aa1c2752
Added new example to index.html
10 years ago
Alex de Mulder
e05e8b9988
fixed infinite loop when clearing dataset
10 years ago
Alex de Mulder
6d20187feb
added alignZeros
10 years ago
Alex de Mulder
fed1e4e185
reverting example
10 years ago
Alex de Mulder
6a93703749
modularized graph2d draw styles, added point style.
10 years ago
jos
24fb196d3c
Added new examples to index.html
10 years ago
Alex de Mulder
7c23ffa3c1
fixed clean up of icons, titles, fixed some style issues, typos
10 years ago
Alex de Mulder
7ce3f418e4
Fixed moving legend when postioned on the bottom and vertical dragging
10 years ago
Alex de Mulder
ca29945fed
Added new verticalDrag event for internal use, allowing the vertical scrolling of the grid lines on drag.
10 years ago
Chris Jackson
e7b9197163
Update demo.
10 years ago
Chris Jackson
4e6c5a51af
Add style option for data points.
Note that this ought to be renamed to be consistent with other style options but currently 'style' is used to define the shape of the point.
10 years ago
Chris Jackson
e9cd838493
Update examples
10 years ago
Chris Jackson
ab76d35203
Update demo
10 years ago
Chris Jackson
846e2b32d4
Catch case where title is undefined
10 years ago
Chris Jackson
f82b32c0cf
Add style option for axis titles.
10 years ago
Chris Jackson
42c022437d
Tidy up example
10 years ago
Chris Jackson
1636e3717f
Add 'title' option to display a title on the left or right axes.
This is primarily designed for the graph2d line graph.
10 years ago
Alex de Mulder
551da77113
updated docs and examples with new constructors.
10 years ago
jos
267cd2b1ac
Released version 3.4.1
10 years ago
Alex de Mulder
72cbed1eac
fixed creation and deletion of empty groups when there are not yet items
10 years ago
jos
f96a90230f
Fixed #298 : IE freezing when margin.item and margin.axis where both 0
10 years ago