live-chart icon indicating copy to clipboard operation
live-chart copied to clipboard

A real-time charting library for Vala and GTK4 based on Cairo

Results 13 live-chart issues
Sort by recently updated
recently updated
newest added

While having `area_alfa` property is nice, the possibility to set another color for an area would be great. This will be useful when creating stacked charts. See the orig issue...

https://twitter.com/Robert_Ordis/status/1504480343432507393 This is my app showing the timeline of the controller's input.(based on RetroSpy) Upper chart shows this analog stick's inputs on raw value. Lower chart shows the angle of...

All of these changes are came from my purpose (making real-time rewindable plotter app.). - Able to seek/rewind timeline. - Able to remove Serie from Chart. - Avoid to be...

It would be super cool to be able change colour of segment of the line to indicate e.g. high values. That also would be nice to have for the area...

I'm using stacked chart to display CPU usage and I was wondering if would it be possible to add this as a native feature? https://github.com/stsdc/monitor/blob/b69fdad44329b66ce8ee479af9f64f6c98f183de/src/Views/SystemView/SystemCPUView.vala#L94-L107 ![image](https://user-images.githubusercontent.com/6031763/157544136-3a3517d0-5f87-4201-a2d1-fe28ecbe1f85.png)

I don't know if this is a limitation of Gtk3 or Cairo, but I'm unable to create proper round corners with border. ![image](https://user-images.githubusercontent.com/6031763/102620801-e2931580-413e-11eb-8eb9-2d0b1624a20b.png) As You can see on screenshot it...

When I try to build this package on Launchpad it originally fails because the tests try to create an X server connection, which doesn't exist. I work around this by...

I'm using live-char in my app to show dataset from the database, it's static data, I want to show the date labels on the x-axis, not show the real-time labels,...

1. LiveChart.Serie: allow to change attributes of series(renderer/color/line width/clear data/update data/visible) 2. LiveChart.Serie: allow to display data label on the chart 3. LiveChart.Chart: allow to get serie instance by index...