SensacionRC
SensacionRC

Reputation: 615

ExtJS 4.2 Scatter Chart series

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

Answers (1)

Amita Suri
Amita Suri

Reputation: 319

  1. This is a reported bug in the version used but is fixed in the later version. Please see the working code here.

  2. 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

Related Questions