Closed flrs closed 7 years ago
Fixed in referenced commit. Use like this:
var dataset = [{
"measure_html": "<span title='Price of security at end of day'>🚪 Closing Price</span>", // HTML code
"interval_s": 365 * 24 * 60 * 60,
"data": [
["2015-01-01", 0],
["2016-01-01", 1],
["2017-01-01", 1],
["2018-01-01", 1]
]
}];
I have uploaded an example for you.
Thanks a lot @flrs
In issue #10, ijunaid8088 posted:
This issue addresses this request.