Questions tagged [uplot]

For questions related to using uPlot library.

uPlot is a small, fast chart for time series, lines, areas, ohlc & bars using Canvas 2D.

3 questions
0
votes
1 answer

Athena/DDB to condense millions of data points for plotting them on a graph

I need to plot trend charts on the react app based on user inputs such as timestamps, devices, etc. I have related time series data in DynamoDB and S3 (which I can query using Athena). Returning all those millions of data points for a graph seems…
systemdebt
  • 4,589
  • 10
  • 55
  • 116
0
votes
1 answer

uplot freezing, when zooming, using svelte, nodered and uibuilder

uplot is used to dislay timeseries data from VictoriaMetrics database. For the backend Node-Red is used to forward and recieve the query with node-red-contrib-uibuilder. It works basically and is very fast. The problem is, when I try to zoom into…
struland
  • 1
  • 4
0
votes
1 answer

Using uPlot with svelte, does not render

I'm struggling to make uPlot work with svelte. I can't find any minimal working example, so I'm crafting one myself and it does not render. Repro goes as follows: npm create svelte repro # y # skeleton # yes TypeScript # yes ESLing # yes Prettier #…
psarka
  • 1,562
  • 1
  • 13
  • 25