[2.9.4] Radar chart label showing value instead of label #9212
-
The problem is fixed in v3.0 but due to the angular-chart directive a merge to v2.9 is needed. Could you please provide? |
Beta Was this translation helpful? Give feedback.
Replies: 3 comments
-
As stated in the issue template V2 is not supported anymore, also it seems to be working fine: https://jsfiddle.net/Leelenaleee/0bpLnmq5/ Exactly the same chart with the same config in V3 so I dont see a problem: https://jsfiddle.net/Leelenaleee/qfujx45v/ |
Beta Was this translation helpful? Give feedback.
-
https://jsfiddle.net/Leelenaleee/0bpLnmq5/ here is showing value instead of label https://jsfiddle.net/Leelenaleee/qfujx45v/ here is showing label as expected |
Beta Was this translation helpful? Give feedback.
-
This can be fixed in the config by overriding the tooltip title method https://jsfiddle.net/vxyjwb7m/ |
Beta Was this translation helpful? Give feedback.
This can be fixed in the config by overriding the tooltip title method https://jsfiddle.net/vxyjwb7m/