trohsb

Results 3 comments of trohsb

Apologies. The following code snippet does what I want although I had to use the JtsSpatialContext. SpatialContext sc = JtsSpatialContext.GEO; ShapeFactory.LineStringBuilder lsb = sc.getShapeFactory().lineString(); // add points to lsb lsb.buffer(0.00006);...

I've created a fiddle here with something that works. https://jsfiddle.net/trohsb/2t8z7dan/3/ ![image](https://github.com/leeoniya/uPlot/assets/65282690/2d1c7149-b351-4267-a8b3-b3c87421c113) Is there a way to not have to loop through the values passed into the axes.values function as follows?...

Hi, I have cloned the repository to my machine, edited the [add-del-series.html](https://leeoniya.github.io/uPlot/demos/add-del-series.html) demo so that both instances of u.setData(data) are u.setData(data, false). When I click the 'Add Series' button the...