If we dont have any data points can we still show a graph to the user indicating that there is a graph in the specified location…
Something like :
Plotly.plot('graph', [{}], {title: 'axes w/o data'});
should work.
Thanks… it worked…
If we dont have any data points can we still show a graph to the user indicating that there is a graph in the specified location…
Something like :
Plotly.plot('graph', [{}], {title: 'axes w/o data'});
should work.
Thanks… it worked…