You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Yeah Graphite does not do anything with the yMax and yMin parameters when format=json is requested, so it's up to the view (in our case D3.js) to make that call. The min and max params on the TimeSeries seem like a good option! +1
You could either grab the
yMax
parameter from the URL, or support your ownmin
andmax
parameters specified in theTimeSeries
widget type.The text was updated successfully, but these errors were encountered: