mirror of https://github.com/masayuki0812/c3.git
Branch:
master
dev
feat/add-bar-space-option
feature/migrate-to-haml-js
gh-pages
greenkeeper/jasmine-core-3.2.0
greenkeeper/jasmine-core-3.2.1
greenkeeper/jasmine-core-3.3.0
master
v0.4
v1-dev
0.1.1
0.1.10
0.1.11
0.1.12
0.1.13
0.1.14
0.1.15
0.1.16
0.1.17
0.1.18
0.1.19
0.1.2
0.1.20
0.1.21
0.1.22
0.1.23
0.1.24
0.1.25
0.1.26
0.1.27
0.1.28
0.1.29
0.1.3
0.1.30
0.1.31
0.1.32
0.1.33
0.1.34
0.1.35
0.1.36
0.1.37
0.1.38
0.1.4
0.1.40
0.1.41
0.1.42
0.1.5
0.1.6
0.1.7
0.1.8
0.1.9
0.2.0
0.2.1
0.2.2
0.2.3
0.2.4
0.2.5
0.3.0
0.4.0
0.4.1
0.4.10
0.4.10-rc1
0.4.10-rc2
0.4.10-rc3
0.4.10-rc4
0.4.10-rc5
0.4.11
0.4.11-rc1
0.4.11-rc2
0.4.11-rc3
0.4.11-rc4
0.4.2
0.4.3
0.4.4
0.4.5
0.4.6
0.4.7
0.4.8
0.4.9
v0.4.12
v0.4.13
v0.4.14
v0.4.15
v0.4.16
v0.4.17
v0.4.18
v0.4.19
v0.4.20
v0.4.21
v0.4.22
v0.4.23
v0.4.24
v0.5.0
v0.5.1
v0.5.2
v0.5.2-doc-test-0
v0.5.3
v0.5.4
v0.6.0
v0.6.1
v0.6.2
v0.6.3
v0.6.4
v0.6.5
v0.6.6
v0.6.7
v0.6.8
${ noResults }
1 Commits (master)
Author | SHA1 | Message | Date |
---|---|---|---|
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 |
6 years ago |