-
When touching the graph on a point after 900 data points, it calls the delegate method with 899 as index, even if it should be a higher index.
-
I created a graph from the examples, like this:
```
new Ico.LineGraph(document.getElementById('chart_1'), [1, 2, 3, 4], { grid: true });
```
However the line that is drawn isn't straight - screensho…
aled updated
13 years ago
-
I've just updated an old project to Swift 3.0 and had to swap to the "feature" branch to get the benefits of #214 to allow my project to build. To expand upon that fix though, I'd love to see a minor …
-
Hello sir,
I was creating this project, I came across this error.
./src/LineGraph.js
Module not found: Can't resolve 'react-chartjs-2' in 'C:\Users\User\react-app\covid-19-tracker\src'
Error…
-
I am graphing 4 lines with their respective labels but when these are close or the same they overlap, does anyone know how to solve it? I've been dealing with this for 1 day. Thank you so much
```js
…
-
The background color for the canvas is hard coded to MaterialTheme.colors.surface
Just add an optional argument to the LineGraph composable for the graph background color, then set the bgColor vari…
-
**Version info**
- bcbio version (`bcbio_nextgen.py --version`): 1.2.4
**To Reproduce**
Exact bcbio command you have used:
```
"module load bcbio/1.2.4-Python-3.6.6 && bcbio_nextgen.py {CONFIG…
-
### 🚀 The feature, motivation and pitch
Hey,
I have used the function LineGraph() to transfer the original graph to a new line graph.
The original graph with node attr and edge attr, but the ob…
-
I'm getting this weird error when I load the chart. Basically I'm doing this.
1- Install all the dependencies.
And called like this.
` `
Those are the errors.
`Uncaught TypeError: this.…
-
This result in an annoying error, which can be fixed by implementing the datasource callback as followed:
``` swift
func lineGraph(graph: BEMSimpleLineGraphView, labelOnXAxisForIndex index: Int) -…