Reputation: 615
I have two questions about this Sencha Fiddle:
1.- Why when I click in some value in the legend it is not disapearing/hidding the serie from the chart.
2.- Why if I dont add type: 'circle' in the markerConfig, it adds random type markers but if I click some in the legend gives me this error:
Uncaught TypeError: Ext.chart.Shape[markerConfig.type] is not a function
Am I missing something? Do I have something wrong??
Upvotes: 1
Views: 180
Reputation: 319
This is a reported bug in the version used but is fixed in the later version. Please see the working code here.
This is also a bug. Please refer here. This version requires to explicitly specify the type of marker. This is also resolved in the later version.
Upvotes: 1