JS开源图表库,C3.js 0.4.10 发布
C3.js 是一个基于 D3.js 的可重用的开源图表库。使用非常舒服、充分可定制性和控制性。支持多种图表类型。
C3.js 0.4.10 发布,此版本包括一些新特性,bug 修复和性能提升,现已提供下载:https://github.com/masayuki0812/c3/archive/0.4.10.zip。
更新内容:
新特性
-
Support new positions for grid lines
-
Introduced new axis architecture
-
Added c3_chart_internal_fn.isTabVisible - #938
-
Added Sass support - #837
Bug 修复:
-
Fixed data.region dash line - #989
-
Fixed convert json not to mutate input object - #993
-
Fixed mouseout event to be skipped when chart is destroyed - #997
-
Fixed legend item width when multiple charts rendered - #1011
-
Fixed rotated tick text - #1012
-
Fixed type handling in load api - #1013
-
Fixed to avoid setting c3 class to body - #1014
-
Fixed
Function.prototype.bind
polyfill #1043 -
Fixed unexpected rendering failure on init - #975
-
Fixed axis.labels api
-
Fixed tooltip position on right edge on Firefox
-
Fixed data label for area chart
-
Fixed error about event rect widt when no ticks
-
Fixed flow
-
Fixed to throw error when url not found - #960
-
Fixed legend state when reverted
-
Fixed tickInterval when transition
-
Fixed label overwrap on left axis - #961
-
Fixed region, text and grid when updated - #922
-
Fixed undefined when axis.x.tick.count specified on category axis - #935
-
Fixed draggable for multiple xs
-
Fixed unexpected data binding on click - #915
-
Fixed unexpected height when redraw - #942
-
Fixed parseDate to handle string correctly - #943
-
Fixed bar and event width - #945
-
Fixed bindto to accept null and empty string
-
Fixed empty pie chart - #952
Thank you for all of feedbacks and contributions :)
来自:http://www.oschina.net/news/60640/c3-js-0-4-10