Masayuki Tanaka
|
83e0b71940
|
Remove functions not used
|
7 years ago |
Masayuki Tanaka
|
d85d15533f
|
Fix data.selection.grouped in d3.v4
|
7 years ago |
Masayuki Tanaka
|
70b6cb216f
|
Fix api.tooltip.show in d3.v4
|
7 years ago |
Masayuki Tanaka
|
aecf299956
|
Fix expand circle
|
7 years ago |
Masayuki Tanaka
|
063ff71d74
|
Add zoom.initialRange option for d3.v4
|
7 years ago |
Masayuki Tanaka
|
ba8a95060d
|
Fix axis.x.extent to axis.x.selection based on d3.v4
|
7 years ago |
Masayuki Tanaka
|
2ba6f22185
|
Fix interaction by event rect
|
7 years ago |
Masayuki Tanaka
|
b1b21c01ff
|
Fix x axis mutiline
|
7 years ago |
Masayuki Tanaka
|
f4a163f712
|
Fix flow and data load in d3.v4
|
7 years ago |
Masayuki Tanaka
|
bd1d321e83
|
Fix api.grid and update samples to use d3.v4
|
7 years ago |
Masayuki Tanaka
|
8b9318f7a7
|
Fix bugs and update samples to use d3.v4
|
7 years ago |
Masayuki Tanaka
|
10f229033f
|
Fix subchart clear in d3.v4
|
7 years ago |
Masayuki Tanaka
|
1a10d6b451
|
Fix timeseries for d3.v4
|
7 years ago |
Masayuki Tanaka
|
c40f9bf482
|
Fix zoom and brush for d3.v4
|
7 years ago |
Masayuki Tanaka
|
8de2b509f5
|
Fix data label
|
7 years ago |
Masayuki Tanaka
|
e9dbfbf5b9
|
Fix subchart for d3 v4
|
7 years ago |
Masayuki Tanaka
|
4a5bfd0771
|
Fix arc and grid
|
7 years ago |
Masayuki Tanaka
|
b4e9f4a745
|
Fix line chart for d3 v4
|
7 years ago |
Corneliu Sugar
|
7e5c20c0ff
|
Call resize handlers only if chart is displayed (#2164)
|
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
|
8 years ago |
Anthony Pessy
|
64a134cc44
|
Pie and donuts really handle data_order as advertised by documentation. (#1814)
|
8 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
|
8 years ago |
Yoshiya Hinosawa
|
8e223a94a1
|
chore(version): bump to v0.4.17
|
8 years ago |
Yoshiya Hinosawa
|
df00d38a54
|
Added "bar.space" parameter to set space between bars in bar charts (#2146)
|
8 years ago |
Yoshiya Hinosawa
|
6332b4690e
|
chore(version): bump to v0.4.16
|
8 years ago |
Nick Davies
|
73ac186278
|
Dynamically color stroke when redrawing bars (#2137)
|
8 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 |
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 |