This forum uses cookies
This forum makes use of cookies to store your login information if you are registered, and your last visit if you are not. Cookies are small text documents stored on your computer; the cookies set by this forum can only be used on this website and pose no security risk. Cookies on this forum also track the specific topics you have read and when you last read them. Please confirm that you accept these cookies being set.

Trend scale on graphs
#4
dygraph is not used here. Trends use modified version of Flotr2. Log scale is not supported. Grid minor/major color can be set via Custom CSS by modifying background-color property of .flotr-grid-color and .flotr-grid-minor-color classes. Fill can be hidden like this but for all trends altogether:
Code:
Flotr.graphTypes.lines.options.fillOpacity = 0;
Reply


Messages In This Thread
Trend scale on graphs - by tassiebean - 04.09.2019, 15:18
RE: Trend scale on graphs - by admin - 05.09.2019, 07:44
RE: Trend scale on graphs - by tassiebean - 05.09.2019, 12:39
RE: Trend scale on graphs - by admin - 05.09.2019, 13:09
RE: Trend scale on graphs - by cekca - 06.09.2019, 08:51
RE: Trend scale on graphs - by admin - 06.09.2019, 09:03

Forum Jump: