- 8月 25, 2019
-
-
由 Anthony Pessy 创作于
- 8月 20, 2019
-
-
由 Anthony Pessy 创作于
correct error when a pie starts empty
-
由 Anthony Pessy 创作于
- 8月 19, 2019
-
- 8月 17, 2019
-
-
由 Anthony Pessy 创作于
Fix: tween callbacks run after chart is destroyed.
-
由 cminick 创作于
-
由 cminick 创作于
-
由 cminick 创作于
- This causes some issues when unloading arc type charts
-
- 8月 14, 2019
-
-
由 Anthony Pessy 创作于
And update the associated assert. By default it starts at 'M-180', IMO asserting that it then starts at 'M180' is sufficient to ensure that we passed 'Math.PI/2' instead of '-1 * Math.PI/2'
-
由 Anthony Pessy 创作于
So let's always use this method for pie/donut to simplify code path.
-
由 Anthony Pessy 创作于
There are way less cache miss when we take hiddenTargetId into account and clear the cache when legend is toggled than not doing this.
-
由 Anthony Pessy 创作于
-
由 Anthony Pessy 创作于
-
由 Anthony Pessy 创作于
-
由 Anthony Pessy 创作于
-
由 Anthony Pessy 创作于
-
由 Anthony Pessy 创作于
-
由 Anthony Pessy 创作于
Can be configured using: { data: { stack: { normalize: true } } } Defaults to false. To works the data must be grouped.
-
- 8月 10, 2019
-
-
由 Anthony Pessy 创作于
-
由 Anthony Pessy 创作于
Note that SVGRect, returned by getBBox, only contains {x,y,width,height} and not {top,left}.
-
- 8月 09, 2019
-
-
由 Anthony Pessy 创作于
* add pie.padAngle and donut.padAngle options * add API to get/set padAngle for both pie and donut * add pie.padAngle and donut.padAngle in reference doc * add padAngle option in donut sample * bind getPadAngle method to self * use chart main instead of global D3 to select chart's elements
-
由 Anthony Pessy 创作于
- 8月 06, 2019
-
-
由 dependabot[bot] 创作于
Bumps [sprockets](http://getsprockets.org/ ) from 2.12.4 to 2.12.5. Signed-off-by:
dependabot[bot] <support@github.com>
-
由 dependabot[bot] 创作于
Bumps [rack](https://github.com/rack/rack) from 1.6.8 to 1.6.11. - [Release notes](https://github.com/rack/rack/releases) - [Changelog](https://github.com/rack/rack/blob/master/CHANGELOG.md) - [Commits](https://github.com/rack/rack/compare/1.6.8...1.6.11 ) Signed-off-by:
dependabot[bot] <support@github.com>
-
由 dependabot[bot] 创作于
Bumps [ffi](https://github.com/ffi/ffi) from 1.9.18 to 1.11.1. - [Release notes](https://github.com/ffi/ffi/releases) - [Changelog](https://github.com/ffi/ffi/blob/master/CHANGELOG.md) - [Commits](https://github.com/ffi/ffi/compare/1.9.18...1.11.1 ) Signed-off-by:
dependabot[bot] <support@github.com>
-
由 dependabot[bot] 创作于
Bumps [nokogiri](https://github.com/sparklemotion/nokogiri) from 1.7.2 to 1.10.3. - [Release notes](https://github.com/sparklemotion/nokogiri/releases) - [Changelog](https://github.com/sparklemotion/nokogiri/blob/master/CHANGELOG.md) - [Commits](https://github.com/sparklemotion/nokogiri/compare/v1.7.2...v1.10.3 ) Signed-off-by:
dependabot[bot] <support@github.com>
-
由 Yoshiya Hinosawa 创作于
* chore(package): update rollup to version 1.19.2 * chore(package): update lockfile package-lock.json
-
- 7月 30, 2019
-
-
由 Anthony Pessy 创作于
-
由 Anthony Pessy 创作于
-
由 Bobby Brennan 创作于
-
- 7月 29, 2019
-
-
由 Yoshiya Hinosawa 创作于
-
由 Anthony Pessy 创作于
* fix positioning of the X Axis label * fix position for xAxis label demo
-
由 Anthony Pessy 创作于
- 7月 26, 2019
-
-
由 Anthony Pessy 创作于
Only unload when loading if unload arg is truthy
-
由 Anthony Pessy 创作于
add test to ensure no negative offset on long centered title
-
由 Anthony Pessy 创作于
-