setting min value in graphs

10 views
Skip to first unread message

David Villasmil

unread,
Jan 20, 2017, 10:23:21 AM1/20/17
to Homer Developers
Hello guys,

Is there a way of setting the minimum value shown in the graphs? As of now, if all values are i.e. > 90% then the minimum is 90 like so:


but it's a little misleading, because you see that value go all the way down and think: "wtf?" until you see the ticks on the left :)

Thanks

David

Alexandr Dubovikov

unread,
Jan 20, 2017, 11:05:33 AM1/20/17
to home...@googlegroups.com
Hi David,

you can set it now in the code for the sipcapture chart module. You use d3 chart.

chart.yAxis.scale().domain([0, maxValue]);
Wbr,
Alexandr


--
You received this message because you are subscribed to the Google Groups "Homer Developers" group.
To unsubscribe from this group and stop receiving emails from it, send an email to homer-dev+unsubscribe@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply all
Reply to author
Forward
0 new messages