You can, but this is a graph-wide setting. You cannot mix-and-match gapsize in the graph.
If your expected time plots are 5 minutes (typically based off your archive interval), then your gapsize should be 5 minutes - this way anything over 5 minutes will show a gap (i.e. the data plot expected is not there). You'll notice the gapsize changes for the week <https://github.com/poblabs/weewx-belchertown/blob/master/skins/Belchertown/graphs.conf.example#L146> group then changes again for the month and year groups <https://github.com/poblabs/weewx-belchertown/blob/master/skins/Belchertown/graphs.conf.example#L203> - because those aggregate intervals are longer <https://github.com/poblabs/weewx-belchertown/blob/master/skins/Belchertown/graphs.conf.example#L202>. gapSize should be married to the aggregate interval in most cases. On Wednesday, June 26, 2019 at 6:15:46 PM UTC-4, Patrick Mendiuk wrote: > > When I read the Highchart documentation I thought I could set a time > threshold for when I have gaps in the plots: > > Together with gapSize > <https://api.highcharts.com/highstock/plotOptions.series.gapSize>, this > option defines where to draw gaps in the graph. > > When the gapUnit is relative (default), a gap size of 5 means that if the > distance between two points is greater than five times that of the two > closest points, the graph will be broken. > -- You received this message because you are subscribed to the Google Groups "weewx-user" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/weewx-user/041d45e6-8731-4e3f-afe0-a04e03c51936%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
