ExtJS 4.2 散点图系列

ExtJS 4.2 Scatter Chart series

我有两个关于 this Sencha 的问题 Fiddle:

1.- 为什么当我点击图例中的某个值时它不是 disapearing/hidding 图表中的系列。

2.- 为什么如果我不在 markerConfig 中添加 type: 'circle',它会添加随机类型标记但是如果我单击图例中的某些内容,则会出现此错误:

Uncaught TypeError: Ext.chart.Shape[markerConfig.type] is not a function

我错过了什么吗?我有什么问题吗??

  1. 这是一个reported bug in the version used but is fixed in the later version. Please see the working code here

  2. 这也是一个bug。请参考here. This version requires to explicitly specify the type of marker。这个在后面的版本中也解决了。