Felipe Figueroa
9556e38b41
Refactors classes + bugfix + improves coverage ( #2405 )
...
* Uses classes prototype instead of their aliases
- Class chart was moved to its own script.
- Class AxisInternal was moved to its own script. It's only needed by Class Axis
- Definition of Chart removed from core.js
- Definition of AxisInternal removed from axis.js
* Replaces aliases of Class prototypes
- Alias c3_chart_fn replaced by Chart.prototype where is due
- Alias c3_chart_internal_fn replaced by ChartInternal.prototype where is due
- spec/data.convets.js renamed to spec/data.convert-spec.js for clarity
* Fixes Chart.prototype.legend.hide behavior
- It was calling $$.updateAndRedraw({withLegend: true});
- It should call $$.updateAndRedraw({withLegend: false});
* loads *-helper.js and *-spec.js files
* adds tests to improve coverage
restores c3.js and c3.min.js to master version
fixes linter error
* util is a plain collection of functions
* adds test for api.x, drag and util
7 years ago
Masayuki Tanaka
f4a163f712
Fix flow and data load in d3.v4
7 years ago
Masayuki Tanaka
8b9318f7a7
Fix bugs and update samples to use 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
Anthony Pessy
b7a2e6cd9e
Focused radius now can accept a function ( #1704 )
...
It fixes #1571
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
Victor Galindo
069ed2d9c0
Use proper scale
8 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
Kreozot
e25d6ed2b8
Fixed redraw animation bug when user quickly hide and show chart item. (Issue #1079 )
10 years ago
Masayuki Tanaka
d3342f4665
Fix data.region dash line - #989
10 years ago
Masayuki Tanaka
6b11a1f776
Skip transition when transition.duration = 0 - #172
10 years ago
Masayuki Tanaka
74140c82e0
Add internal function for area base value - #829
10 years ago
Masayuki Tanaka
3dad31a9dc
Fix tooltip when statcked chart with multiple xs - #719
10 years ago
Masayuki Tanaka
1d6b430257
Avoid generating line points for performance - #553
10 years ago
Masayuki Tanaka
5c11d8fc4a
Fix point.show when redraw - #666 #681
10 years ago
Masayuki Tanaka
3ed0373e26
Fix edge of step chart on category axis - #566
10 years ago
Masayuki Tanaka
6bebdb24c3
Add 'shape-rendering: crispEdges' for step chart - #617
10 years ago
Masayuki Tanaka
10e02e5923
Fix multiple click on step chart - #608
10 years ago
Masayuki Tanaka
152412f031
Fix mouse events when point.show = false - #575
10 years ago
Masayuki Tanaka
f1f62db126
Change focus/defocus logic to use css class - #530
10 years ago
Masayuki Tanaka
0a2f754b67
Fix connect_null to connectNull - #516 #81
11 years ago
Masayuki Tanaka
9a5a6d622e
Fix data label on stacked line/area chart - #482
11 years ago
Masayuki Tanaka
31cc5e4e88
Add tooltip.show/hide API - #467 #509
11 years ago
Masayuki Tanaka
8a2e44a80c
Fix literal for CLASS
11 years ago
Masayuki Tanaka
a3a16800fb
Fix literal for config
11 years ago
Masayuki Tanaka
0b4a32408e
Use bind instead of my function
11 years ago
Masayuki Tanaka
f2f75452db
Modularize line, area and circle
11 years ago
Masayuki Tanaka
5ef894aacf
Modularize bar
11 years ago
Masayuki Tanaka
248324db32
Fix position of data label on flow
11 years ago
Masayuki Tanaka
a0801cb474
Merge master fix
11 years ago
Masayuki Tanaka
bc8226a7f9
Fix bugs
11 years ago
Masayuki Tanaka
fe5a71ab3e
Separete src files
11 years ago