Search code examples
javascriptdojodojox.charting

Fixed axes in dojo spider chart


Is there a possibility to have fixed axes for the dojo spider chart? I want every axis showing a fixed value range. Can I prevent dojo from calculating the scale?

Thanks a lot!


Solution

  • I found a workaround for my problem. I just added two series to the spider chart: One series indicates the minimum and the other one the maximum of the desired range.

    After chart.render() I removed these series again and added my legend...works very well for me :)