score:0

Accepted answer

problem was solved. i put min and max value for y axis correctly. so get my graph.

i put whole for this....those who get same issue i hope it helps.

            stacked:true,
            ticks:{
             min:scalevaly,   //scalevaly is value coming from my storage and it updated 
                             // as per keyword.
             max:scalevaly2,//scalevaly2 is value coming from my storage and it updated 
                           //as per keyword. 
              //suggestedmax:100
            }`````

Related Query

More Query from same tag