Ludo Stellingwerff
5e8b98d4b6
Fixed #1585 : Allow bar groups to exclude from stacking
8 years ago
Ludo Stellingwerff
95d46a3d54
Introducing "point" style as new label for "points", consistency in naming.
Some fixes and cleanups after the large rewrite.
9 years ago
Ludo Stellingwerff
5249806fbd
Introducing a zindex option to control the svg render order.
Provide the DataView.map() method similar to the DataSet one.
9 years ago
Ludo Stellingwerff
81c5730add
-Move icon rendering code to their specific subclass.
-Draw points in bar icon if appropriate
-Introduce point icon
-Cleanups
9 years ago
Ludo Stellingwerff
a582f7d762
Fix couple of off-by-one errors
Add some enhancements for stacking (especially with regard to shading)
9 years ago
Ludo Stellingwerff
c4d4fd4dec
More cleanups, more optimisations:
-Never push into arrays that have a known length
-Move more functions back into the main updateGraph method
9 years ago
Ludo Stellingwerff
88393739d9
Couple of performance gains in data insertion.
9 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
Andrei Sedoi
4ac55e99af
add styles option back for data points
It was implemented in commit 4e6c5a5
and accidentally deleted in commit
f39c246
.
9 years ago
unknown
9b6590e74d
Introduced the Graph2d group option 'excludeFromLegend'.
9 years ago
Manuel Schallar
f39c246e5c
Updated Points.draw method to support onRender
+ Checking for callbacks
+ Using the newly generated 'groupTemplate' object instead of group
+ Updated calls to DOMutil.drawPoint to use the groupTemplate instead of group
9 years ago
Manuel Schallar
d51be3bbf5
Delegate the onRender function to the correct property
9 years ago
Alex de Mulder
04aea9e37a
Made graph2d robust against strings for y values.
9 years ago
Alex de Mulder
0d32566e39
bugfixes, start of reorganisation of examples
9 years ago
Alex de Mulder
67cf954ad1
enabled bar style in legend
9 years ago
Alex de Mulder
20ef9a15f9
made new graph2d docs, fixed graph2d examples, updated graph2d options
9 years ago
jos
9a793f79cd
Fixed styling of Graph2d lines/points
9 years ago
Alex de Mulder
4d57a6df7c
unified options with timeline, updated docs and configurator
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
Alex de Mulder
6a93703749
modularized graph2d draw styles, added point style.
10 years ago
Chris Jackson
ae8350e408
Update icon to reflect style
10 years ago
Chris Jackson
64ed420183
Add 'style' option to group for lineChart.
Allows overriding of class definitions which provides a much simpler interface for programatically setting user defined options.
10 years ago
Alex de Mulder
a4b9352150
fixed small bug in network, refactored graph2d. Added handleOverlap for barcharts
10 years ago
Alex de Mulder
4ad7165bb7
Added barChart overlap functions
10 years ago
Alex de Mulder
d384d0d281
added external legend example, visible option for groups, getLegend() function
10 years ago
jos
72dfc0c45f
Reworked all code to commonjs modules. Replaced the build script with Gulp
10 years ago
jos
f0a5b12593
Moved source code from `/src/` to `/lib/`
10 years ago
Alex de Mulder
8a86e53f32
fully finalized with docs and examples
10 years ago
Alex de Mulder
c9aa4741e6
fixed bug where slave right axis was not always scaling correctly, re-added forcing to date, appearently this was cached
10 years ago
Alex de Mulder
146793270d
optimized, 8 amazing examples, just docs left....
10 years ago
Alex de Mulder
6f9cc716cb
more examples, working on performance example
10 years ago
Alex de Mulder
db46e27732
Creating examples, lots of bugfixes!
10 years ago
Alex de Mulder
2cb60ed78f
fully functional!!
10 years ago
Alex de Mulder
6ad2f0e8ef
structure, bugs, barchart, icons
10 years ago
Alex de Mulder
b6e5a9dadb
bargraphs!! woohoo!!
10 years ago
Alex de Mulder
1bf725b8ac
test
10 years ago
Alex de Mulder
4620f53df6
icons for left and right axis
10 years ago
Alex de Mulder
735190c722
seperated legend and graphgroups. Still have to think about naming....
10 years ago