Question

I started using jqBulletGraph jquery plugin. I am trying to find a way how to set featured measure's value. Can someone help me?

Thanks, John Zachery

Was it helpful?

Solution

In order to set featured measure's value of jqBulletGraph you should try the following code snippet:

 featuredMeasures:
                [
                    {
                        value: 80,
                        fillStyle: featuredMeasureGradient,
                        innerOffset: 0.4,
                        outerOffset: 0.6
                    }
                ]

Please note that the "value: 80" shows the value of the featuredMeasure of the jquery bullet graph. To see the full example please click here: http://www.jqchart.com/jquery/gauges/BulletGraph/FeaturedMeasures

Disclamer: I work for jqChart.

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top