chartjs-plugin-datasource-prometheus icon indicating copy to clipboard operation
chartjs-plugin-datasource-prometheus copied to clipboard

📊 Chart.js plugin for Prometheus

Results 6 chartjs-plugin-datasource-prometheus issues
Sort by recently updated
recently updated
newest added

Should I do something like: ``` myChart.clear() myChart.options.prometheus.query = "new query" myChart.draw() ``` ?

Chart.js 3.0 is out now, so it might be nice for this plugin to upgrade to it

Is it possible to draw a Histogram metric like request latency? Thank you for the library, it's saved me.

Hi, i have got the error in the console ```tsx import { useEffect, useRef } from "react"; import Chart from "chart.js/auto"; import "chartjs-adapter-date-fns"; import ChartDatasourcePrometheusPlugin from "chartjs-plugin-datasource-prometheus"; import "./styles.css"; export...

Hello I tried to use the dataSetHook but I am getting an error about ``` index.umd.ts:50 Uncaught (in promise) TypeError: Cannot read properties of undefined (reading 'forEach') at cn (index.umd.ts:50:18)...

![image](https://user-images.githubusercontent.com/74456102/219647580-eb4b9cd9-80e1-432e-8f45-6ed8a2bd93a8.png) First of all, thanks for this package! I've been thoroughly using it as a guide while I try to figure my way out in publishing my own (I hope...