Hi Matthew,

This sounds like a variation on the problem where redrawing the chart
disables the explorer mode entirely.  But perhaps this is different since
you are getting a different point size than expected.

I just released v46 (as 'upcoming') which includes a fix of the explorer
mode.  Please try it out with your example and let me know.

On Tue, Aug 29, 2017 at 2:44 PM, Matthew Depew <[email protected]> wrote:

> I think I've found a bug in the zoom feature of the scatter chart.  I've
> got the following options set:
>
> var options = {
>                        height:300,
>                        pointSize:1,
>                         hAxis:{minValue:new Date(start_dt),maxValue:new
> Date(end_dt)},
>                     explorer:{axis:'horizontal',maxZoomIn:1000,actions:['
> dragToZoom','rightClickToReset']}};
> var chart = new google.visualization.ScatterChart(document.
> getElementById('chart_div'+index));
> chart.draw(data, options);
>
> Whenever I zoom in on the chart, it resets the pointSize to the default
> (~10 I think). I think the expected behavior should be to maintain
> pointsize on the re-draw.
>
> Is this a bug, or am I doing something wrong?
>
> Thanks!
>
> --
> You received this message because you are subscribed to the Google Groups
> "Google Visualization API" group.
> To unsubscribe from this group and stop receiving emails from it, send an
> email to [email protected].
> To post to this group, send email to google-visualization-api@
> googlegroups.com.
> Visit this group at https://groups.google.com/
> group/google-visualization-api.
> To view this discussion on the web visit https://groups.google.com/d/
> msgid/google-visualization-api/00e26c0a-e17d-4f15-9118-
> 7e36b36442e0%40googlegroups.com
> <https://groups.google.com/d/msgid/google-visualization-api/00e26c0a-e17d-4f15-9118-7e36b36442e0%40googlegroups.com?utm_medium=email&utm_source=footer>
> .
> For more options, visit https://groups.google.com/d/optout.
>



-- 
Daniel LaLiberte <https://plus.google.com/100631381223468223275?prsrc=2>
[email protected] <[email protected]>   5CC, Cambridge MA

-- 
You received this message because you are subscribed to the Google Groups 
"Google Visualization API" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
Visit this group at https://groups.google.com/group/google-visualization-api.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/google-visualization-api/CAOtcSJNYxqUy8Xzfw2pt-o0cUxB3p6fD4_MtBc9KHf6HpexfzQ%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to