Xuefeng Zhu
42d493c03e
make the target hidden completely
7 years ago
Yoshiya Hinosawa
69f975cfcf
chore(version): bump to v0.4.18
7 years ago
Anthony Pessy
b7a2e6cd9e
Focused radius now can accept a function ( #1704 )
...
It fixes #1571
7 years ago
Anthony Pessy
64a134cc44
Pie and donuts really handle data_order as advertised by documentation. ( #1814 )
7 years ago
Masayuki Tanaka
67324e4bef
Introduce AxisInternal ( #2099 )
...
* Introduce AxisInternal
* Fix c3.axis import
* Fix lint
* Fix axis tick multiline
* Fix spec for axis tick multiline
* Change 23023$ to internal
* Use class and extend instead of inherit
7 years ago
Yoshiya Hinosawa
8e223a94a1
chore(version): bump to v0.4.17
7 years ago
Yoshiya Hinosawa
df00d38a54
Added "bar.space" parameter to set space between bars in bar charts ( #2146 )
7 years ago
Yoshiya Hinosawa
6332b4690e
chore(version): bump to v0.4.16
7 years ago
Nick Davies
73ac186278
Dynamically color stroke when redrawing bars ( #2137 )
7 years ago
Yoshiya Hinosawa
9372354e6c
chore(version): bump to v0.4.15
8 years ago
Ændrew Rininsland
aea27e0075
Moves bar and arc opacity styling to CSS; closes #1069 . ( #2069 )
8 years ago
Yoshiya Hinosawa
0fc1ae7581
refactor: move back convert(Rows|Columns)ToData to data.convert.js
8 years ago
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
Victor Galindo
069ed2d9c0
Use proper scale
8 years ago
Andrew Smith
508a797efe
Add a function to allow the min/max values to be formated
8 years ago
Alex Bain
bebbf4bd22
Ensure height calculate correctly for negative rotations
9 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