- event
chartRandomColor
to emit the random colors that have been automatically generated to plot the chart
- inherit stroke color from random fill color
- remove console.log
- do not generate new random colors on redraw
- random colors applied as background with an opacity of
0.8
and as stroke (border) width of3px
(instead of only applied to background)
- bump dependencies
- output custom elements as a single bundle (
dist-custom-elements-bundle
) - bump dependencies
- es5 has been dropped with v2, update
unpkg
reference
- IE11, Edge 16-18 and Safari 10 not supported
- update Stencil for Gatsby build
- update dependencies
To infinity and beyond 🚀
- update Stencil v1.10
- add option
yAxisMin
to set a minimal value for the y Axis. useful in case the series of data could contains only zeros.
- add option to custom load (fetch) the data
- update margin and positioning of the charts
- add new property
data
andyAxis
to the bar chart - add new method
updateCurrentBar()
to the bar chart - add new CSS variables for the fonts to the charts
Note: some major internal modifications where developed to the bar chart in order to integrate it to the new poll
template
- custom labels for x-axis compatible with ES5
- indexing of the style of
line bar
chart has been moved from index0
to begin with1
- property
range
replaced by CSS4 variables generated dynamically
- add a new CSS4 variable
--deckgo-chart-stroke
in case you would like to use a default styling color for all the graphs' lines - update most recent libs
- when using animation bar, allow custom labels for x-axis (#340)
- update to most recent dependencies
The first users began to test, and to create content in, our web open source editor for presentations (studio
)
- animated charts: it is now possible to display several data in the same graphs. these could be displayed one after the others with a nice transition between these
- the styling (fill color, etc.) of the
line
andbar
chart has been modified - per default, the labels of the axis of the
line
andbar
will be displayed
Referer to the updated documentation for more information.
- upgrade to Stencil One
- move to the org scoped package
@deckdeckgo/charts
1.0.0-alpha.5 (2019-02-07)
- feat: redraw chart if width, height or src change (01aa026)
- feat: add text variable to bar and line charts (54cbbb2)
1.0.0-alpha.4 (2019-02-02)
- update Stencil and d3js (530c090)