I want to create different graphs with the same or different graph-widgets in the same dashboard. But I could not assign different yMax values (y-axis scale) for graphs (convergences).
I tried followed ways:
In rickshaw-1.4.3.min.js file, y:[yMin,yMax] provides relative maximum value
In rickshaw-1.4.3.min.js file, y:[0,3600] provides maximum value 3600 for all graphs
In erb file data-min="0", data-max="3600" provides nothing