greenkeeper[bot]
dd385e7192
chore(package): update rollup to version 0.48.0 ( #2149 )
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
49306ebb08
Update ISSUE_TEMPLATE.md
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
d2cbde3bc0
docs: clean up badges ( #2142 )
7 years ago
Yoshiya Hinosawa
cc6fdd79f1
chore: add ISSUE_TEMPLATE.md ( #2141 )
7 years ago
Yoshiya Hinosawa
c76b5e81bf
chore(package): update rollup to version 0.47.4 ( #2140 )
...
Closes #2135
7 years ago
Yoshiya Hinosawa
4ffb77c365
fix: fix typo in circle.yml ( #2139 )
7 years ago
greenkeeper[bot]
ff28931c71
chore(package): update rollup-plugin-babel to version 3.0.0 ( #2131 )
7 years ago
greenkeeper[bot]
e28eac2b19
Update dependencies to enable Greenkeeper 🌴 ( #2113 )
...
* chore(package): update dependencies
* docs(readme): add Greenkeeper badge
7 years ago
Yoshiya Hinosawa
49bac2827a
chore: make greenkeeper ignore d3 ( #2108 )
7 years ago
Yoshiya Hinosawa
9372354e6c
chore(version): bump to v0.4.15
7 years ago
Ændrew Rininsland
aea27e0075
Moves bar and arc opacity styling to CSS; closes #1069 . ( #2069 )
7 years ago
Masayuki Tanaka
39caf931fa
Merge pull request #2088 from c3js/feature/refactor-data.convert
...
[Refactor] Write unit tests of convert(Rows|Columns)ToData
7 years ago
Yoshiya Hinosawa
0fc1ae7581
refactor: move back convert(Rows|Columns)ToData to data.convert.js
7 years ago
Masayuki Tanaka
78ded542a5
Add watch task ( #2090 )
7 years ago
Yoshiya Hinosawa
da6b20e60b
chore: add coverage ignore settings
7 years ago
Yoshiya Hinosawa
baa195583c
docs: fix type annotation
7 years ago
Yoshiya Hinosawa
d39f5a7bc7
test: add test of data.convert.utils
7 years ago
Yoshiya Hinosawa
15f70e31f1
refactor(data.convert.utils): create data.convert.utils.js
7 years ago
Yoshiya Hinosawa
e4ff9d95bd
chore(version): bump to v0.4.14
7 years ago
Yoshiya Hinosawa
c343243ef1
Use chrome in testing ( #2083 )
...
* chore: switch to chrome testing
* test: relax pixel assertions to pass in chrome
* chore: add codecov.yml
8 years ago
Yoshiya Hinosawa
b468888e22
chore: add example for #1689 ( #2082 )
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
36b9b6c0e3
Create a coverage report for each source file ( #2063 )
...
* Improves testing
* Adds karma-sourcemap-loader
* Adds karma-preprocessor-rollup
* Moves testing Rollup building to Karma
* Enables sourcemaps in tests
* Fixes #2051
* Updating tests to reflect discrepancies with Phantom@^2
* Trying karma-coverage-istanbul-reporter
* Still not working...
* chore: make coverage report of src files
* test: add c3.css
* fix: fix test case of mouse events
* chore: update codecov module
* Adds codecov.yml to ignore polyfill.js
* chore: exclude src/polyfill.js at istanbul layer
* chore: remove rollup-plugin-istanbul dep because not used
8 years ago
Ændrew Rininsland
4a03fca8aa
Removes Grunt; adds cleancss and uglifyjs3 ( #2067 )
...
* Removes grunt, adds cleancss and uglify-js3
Adding package-lock.json
* Forgot load-grunt-tasks
* Forgot to update dist script
8 years ago
Yoshiya Hinosawa
d51d424820
Use jshint-cli instead of grunt-jshint ( #2064 )
8 years ago
Yoshiya Hinosawa
3d6efe846d
refactor: use node-sass cli instead of grunt-sass ( #2065 )
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
d8b82c3429
🎉 All non-asserting specs removed. Fixes #2047 . ( #2050 )
...
* 🎉 All non-asserting specs removed. Fixes #2047 .
* Removing 'should update' strings
* Further text tweaks
8 years ago
iocube
f3a0cf8bc3
2053 - Update CONTRIBUTING.md with new commands ( #2055 )
8 years ago
Ændrew Rininsland
23369a19d5
Adding D3 as a global to Rollup
8 years ago
Ændrew Rininsland
81e29c3176
Improves linting
8 years ago
Yoshiya Hinosawa
9749659eb2
Add `serve` script ( #2045 )
8 years ago
Ændrew Rininsland
ed6973ffeb
120s? Wow.
8 years ago
Ændrew Rininsland
1bf7322de6
Increasing browserNoActivityTimeout
8 years ago
Ændrew Rininsland
a858fa2f09
Improving speed of Travis builds by not requiring sudo
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
59711b5eb9
chore: fix prepublish script
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
Yoshiya Hinosawa
1038dcfbba
chore: add prepublish script
8 years ago
Yoshiya Hinosawa
9d9c0c5fe0
chore(bmp): add .bmp.yml
...
You need to `bmp` gem installed globally on your computer
for performing version bumping.
See https://github.com/kt3k/bmp for details.
8 years ago