mirror of
https://github.com/bendtherules/line_chart_demo.git
synced 2026-08-18 13:52:30 +00:00
Init commit
This commit is contained in:
@@ -0,0 +1,11 @@
|
||||
|
||||
var all_data_points = []
|
||||
|
||||
// gather all data
|
||||
d3.selectAll("line-chart").each( function () {
|
||||
var ele = d3.select(this)
|
||||
all_data_points.push(JSON.parse(ele.attr("data-points")))
|
||||
})
|
||||
|
||||
|
||||
// ele_line_chart.append(".chart-clean-box").style({"padding":0}).node().getBoundingClientRect()
|
||||
Reference in New Issue
Block a user