-
An overview of various JavaScript charting libraries, including:
- [Highcharts JS](http://www.highcharts.com/)
- [gRaphaël](http://g.raphaeljs.com/)
- [D3.js](http://d3js.org/)
- [Flot](http://www.flo…
aodin updated
11 years ago
-
We need to upgrade to Go 1.23 in our complete ecosystem. This issue applies to all repositories where we use Go and can be used as a template for next Go versions.
## Libraries
Our [Go libraries](ht…
-
In the future, it would be great to give users the option to use different charting libraries.
We're still not sure if councils can use the Highcharts library for free https://github.com/localgovdr…
-
### Checklist
- [X] I have searched the [existing issues](https://github.com/streamlit/streamlit/issues) for similar feature requests.
- [X] I added a descriptive title and summary to this issue.
…
-
**Is this a request for help?**:
Probably
**Is this a BUG REPORT or FEATURE REQUEST?** (choose one):
This is a **FEATURE REQUEST**. I would like to be able to **test library charts** to
s…
-
### Expected Behavior
update chart in realtime
### Current Behaviour
not update in time
### Reproducible Example
```python
import pandas as pd
from time import sleep
from lightweight…
-
### Before proceeding
- [X] I didn't find a similar [issue](https://github.com/werf/werf/issues)
### Version
2.10.5
### How to reproduce
1. Create library chart with some template funct…
-
Android phone default browser preview official demo, https://charting-library.tradingview-widget.com/ Cannot load chart
-
### Expected Behavior
```python
chart = Chart()
# df already contains my data with columns time, open, high, low, close
chart.set(df)
chart.show(block=True)
```
I expect this to open a new …
-
The original version of this software (https://github.com/dafrenchyman/climate) was pure Javascript. The charting library we used there is better than the one we're using in here (c3.js).
However, …