Yoshiya Hinosawa
baa195583c
docs: fix type annotation
8 years ago
Yoshiya Hinosawa
d39f5a7bc7
test: add test of data.convert.utils
8 years ago
Yoshiya Hinosawa
15f70e31f1
refactor(data.convert.utils): create data.convert.utils.js
8 years ago
Yoshiya Hinosawa
e4ff9d95bd
chore(version): bump to v0.4.14
8 years ago
Richard Lindner
973346371b
Fixes unexpected category behavior when multiple series are used. Fixes #1643 ( #1689 )
8 years ago
Yoshiya Hinosawa
c3553a6c9e
chore(version): bump to v0.4.13
8 years ago
Jason Frazier
6f3deac4af
IE9 CSV loading fix ( #1345 )
...
* Fixes error parsing csv from xhr request callback object
* Fixes error in IE9 when parsing csv files. IE9 doesn't support response param of xhr callback object. Copy responseText param to response param fixed the issue. Charts now render correctly.
8 years ago
iocube
ae7dd53694
Allow passing a function to point.show configuration ( #2054 ) ( #2062 )
...
This will allow to display points based on a condition.
8 years ago
Robert Elliott
9a43cda97d
issue 1662 ( #1663 )
...
Fixes issue #1662 .
8 years ago
Alex Gervais
c376e13442
Add support for tooltip ordering, fix #1050 #1764 [REPOST PR #1813 ] ( #2070 )
...
Updates PR #1813 by @panthony .
8 years ago
Yoshiya Hinosawa
3aa40e56f8
Restore the timing to store the d3 reference ( #2066 )
...
* fix: restore the timing to store the d3 reference, fix #2060
* chore: modify .jshintrc
8 years ago
Ændrew Rininsland
81e29c3176
Improves linting
8 years ago
Yoshiya Hinosawa
ff3d5900f2
chore(version): bump to v0.4.12
8 years ago
conceptualspace
410ea7167d
Fix for issue #1873
...
Attempt parsing object (ex Moment.js date object) to date. This was implicitly supported <= 0.4.10 but regressed with narrower validation in #1121 .
8 years ago
Yoshiya Hinosawa
c17ec0ab23
Switch to rollup ( #2037 )
...
* chore: define run scripts, reduce grunt usage
* refactor(rollup): switch to rollup
* chore: fix node.js version on ci env
8 years ago
Vitor Baptista
60ebe542eb
Upgrade pathseg polyfill to 1.1.0
...
The previous version used variables without declaring them first, which fails
because we're in strict mode.
8 years ago
Andrew Smith
508a797efe
Add a function to allow the min/max values to be formated
8 years ago
Masayuki Tanaka
223404a792
Update version to 0.4.11
9 years ago
Masayuki Tanaka
de38646503
Sanitise string embedded in tooltip - #1536
9 years ago
Masayuki Tanaka
f55c03bf02
Fix tooltip content when null included - #1631
9 years ago
Ændrew Rininsland
f1a5e9c71e
Fixing tests on the dev branch.
9 years ago
Masayuki Tanaka
359fc3ec53
Fix regions api - #1255
9 years ago
Richard Kubina
5c71ee7a9b
gh-1616 Fix categorical charts with value 0
9 years ago
Andy Dufilie
c8d07b9578
gh-1583 added config.interaction.brighten option to disable brightening of
...
selected path elements
9 years ago
Michiel
a45fcb1970
gh-1595 Adds config option in area hash to draw the area fill above the line instead of below
9 years ago
Zachary Maybury
593f75e59f
Selected radius now can accept a function
9 years ago
Jakob Kneissl
cc21d9c286
Implemented access to nested JSON objects as values for charts
...
Code to access objects by path was taken from the solution of
http://stackoverflow.com/questions/6491463
When JSON objects are used to load chart data, nested / inner objects and
arrays can now be loaded, too.
See additional tests in spec/data-spec.js for examples, how to access nested
JSON object values
9 years ago
GermainBergeron
2dc3d60211
Add same option to donuts
9 years ago
GermainBergeron
6a54fdbf58
Add option to configure pie label ratio
...
Keep default behaviour when no option is set
Works with a number or a function
Fixes #1628
9 years ago
Richard Lindner
305ed6dc76
Lightweight fix for unexpected category behavior when multiple series are used.
...
Fixes #1643
9 years ago
Masayuki Tanaka
aed7d243ef
Fix spec
9 years ago
Josh Kinlaw
00887344af
adds startingAngle and fullCircle properties to gauge
9 years ago
Jordan Kasper
c50efe2e5c
PR #1576 -- Fixes issue of trying to flow data when there is no data to start (gh-1235)
9 years ago
Sebastian Schwaiger
5a50a3c1b9
Allow tooltip formatter to change output depending on all data points.
...
I often need to adjust the values presented to the user in the tooltip. Therefore I need information about all data points being displayed for the current point in time.
BTW: I mainly need this because I cannot format the contents of a bar chart depending on its sign.
9 years ago
Andy Dufilie
d1a5c666ac
Fix for Chrome 48 removal of SVGPathSeg and SVGPathSegList APIs
9 years ago
Timopheym
10d33afb87
rotate y ticks feature; tests wrong
9 years ago
Masayuki Tanaka
e3ebb7f28c
Refactor #1305
9 years ago
Daniele Piccone
12e852364e
Fixed tests and parameters
10 years ago
Daniele Piccone
b77458480c
Fixing gruntfile and renamed to svg_classname
10 years ago
Daniele Piccone
3b18d5f463
Added classname as a config parameter which will set svg class
10 years ago
Masayuki Tanaka
931109f826
Release 0.4.11-rc4
10 years ago
Masayuki Tanaka
4174116173
Fix stacking in timeseries data #1315 #1342 #1329
10 years ago
Masayuki Tanaka
d551192ecc
Update c3.js c3.min.js
10 years ago
Jan Teichmann
25e8ad2f23
remove tabs
10 years ago
Jan Teichmann
3f5c8f07a2
address comments
10 years ago
Jan Teichmann
8dfe05ce23
fix tooltip data order for stacked charts
10 years ago
Jan Teichmann
c332c134f0
fix data order of tooltip
10 years ago
Kreozot
e25d6ed2b8
Fixed redraw animation bug when user quickly hide and show chart item. (Issue #1079 )
10 years ago
Masayuki Tanaka
7a506454e4
Give config to beforeInit and afterInit
10 years ago
Masayuki Tanaka
f04c84dff3
Release 0.4.11-rc3
10 years ago