esnet / react-timeseries-charts

Declarative and modular timeseries charting components for React
http://software.es.net/react-timeseries-charts
Other
856 stars 283 forks source link

eventmarker wrong direction #465

Closed jnre closed 3 years ago

jnre commented 3 years ago

eventmarker wrong direction

hello, im not sure why my eventmarker flag is in the wrong direction, any help appreciated


      <EventMarker
        type="flag"
        axis="axis1"
        event={trackerEvent}
        column="temperature"
        info={[{ label: 'value', value: trackerValue }]}
        infoTimeFormat="%X, %d %B"
        infoWidth={100}
        markerRadius={2}
        markerStyle={{ fill: 'black' }}
      />
Screenshot 2021-03-22 at 10 06 43 AM
jnre commented 3 years ago

found out its because of the column