juliansteenbakker / community_charts

This project is a fork of google/charts.
Apache License 2.0
84 stars 34 forks source link

incluePoints on Line Chart not show (bug occure) #32

Open indratrisnar opened 2 months ago

indratrisnar commented 2 months ago

when i set includePoint to be true in Line Chart, point/plot not show. However, there is an indication of a change in paint at the top of the chart, a point appears like a target line symbol and the symbol is not at the correct coordinate point. this happened in the new version recently. safe on older versions.

when include point false:

image

when include point true:

image

PerLycke commented 1 month ago

Same as https://github.com/juliansteenbakker/community_charts/issues/24