Recreate the standard split step line chart from dimple.js with rCharts. For a slightly more advanced example with steps, see this grouped horizontal 100% step area chart.
Note, as of now, will need to use the dimple v2.0.0
branch of rCharts.
install_github("timelyportfolio/rCharts@dimple_v2.0.0")
Interpolation options are not limited to step
. See the full set of d3.js
interpolate
options.
Modified http://d3js.org/d3.v3.min.js to a secure url
Modified http://dimplejs.org/dist/dimple.v2.0.0.min.js to a secure url
Modified http://cdnjs.cloudflare.com/ajax/libs/prettify/188.0.0/prettify.js to a secure url
https://d3js.org/d3.v3.min.js
https://dimplejs.org/dist/dimple.v2.0.0.min.js
https://cdnjs.cloudflare.com/ajax/libs/prettify/188.0.0/prettify.js