jsGraph icon indicating copy to clipboard operation
jsGraph copied to clipboard

Dynamic graphing library

Results 77 jsGraph issues
Sort by recently updated
recently updated
newest added

In this example: https://github.com/NPellet/jsGraph/blob/master/examples/v2/jsonScatter/manyOptions.json The scatter plot marker is not displayed in the legend ![image](https://user-images.githubusercontent.com/1484241/98801673-6ce6ac00-2412-11eb-8cda-7a49f420c6bc.png)

Would it be possible to be able to have an autoscale when we put only annotations ? Or more generally should the full zoom out also take into account annotations...

In this example: https://github.com/NPellet/jsGraph/blob/master/examples/v2/other/manyannotations.js I don't know how to specify that the axis should be a time series. Currently it displays 'false' on the axis ![image](https://user-images.githubusercontent.com/1484241/98801638-5ccecc80-2412-11eb-85e7-228200a98e52.png)

Coud jsgraph accepts typed array for data input ? Currently it fails because it seems not to be able to get the axis boundary

I have a small test case But when I zoom the line of the left disappears and the one of the right is end outside the graph ![image](https://user-images.githubusercontent.com/1484241/97955558-bbf36800-1da6-11eb-8699-a598193536fb.png) ![image](https://user-images.githubusercontent.com/1484241/97955603-d6c5dc80-1da6-11eb-91a1-fe91591dbb3b.png) ```...

We would need in order to implement one of the react component we need to be allowed to have this kind of code: ```js // options.width, options.height const jsgraph =...

![image](https://user-images.githubusercontent.com/1484241/59993101-3ce90e00-964f-11e9-8551-e404931f46d7.png)

bug