Hi ,
I am plotting the scatter plot with list of array. Which have more than 100 items.
In each items I have given the x,y as array. But its still not working .
I have copied the image of my object.
Any help is appreciated.
Here is my object.
+++++++++++++++++++++++++
this.Data = {x: [10],
y: [15],
type: ‘scatter’,
mode: ‘none’,
marker: { color: ‘rgba(200, 50, 100, .7)’, size: 5 },
hoverinfo: “x,y”
name: ‘’
}
this.ChartData.push(this.Data);
++++++++++++++++++++++++++++
And Thank you so much for a such beautiful plugin.
Thank You
Venkat