xator
Member
- May 3, 2016
- 58
- 30
- 53
so, today i tried to find it on google but unfortunately cant find it, maybe some of you here know where i can learn about this ? here is screenshot i took from TS3Index.com, thanks before
dygraphs homepage shows this scriptanyone know how i can convert to readable format CSV for dygraphs?
new Dygraph(div, "ny-vs-sf.txt", {
legend: 'always',
title: 'NYC vs. SF',
showRoller: true,
rollPeriod: 14,
customBars: true,
ylabel: 'Temperature (F)',
});
but this trick not always update right ? we need to update it manually from txt ?dygraphs homepage shows this script
change title label and filename.. and convert your CSV to whatever format dygraph wants in that .txt fileCode:new Dygraph(div, "ny-vs-sf.txt", { legend: 'always', title: 'NYC vs. SF', showRoller: true, rollPeriod: 14, customBars: true, ylabel: 'Temperature (F)', });
yeah its always just using the txt it has....but this trick not always update right ? we need to update it manually from txt ?