Jake
Jake
### Expected behavior When using fill mode stack (`fill: 'stack'`) I expect: - All lines to be stacked on top of each other, even if some data points or data...
Hi, Would it be possible to add some output images to the README of examples, or to the general README? Also, could some instructions on how to open and use...
Add numerical X-axis (`opts.LineData{Value: []interface{}{1,2}}`), including `time.Date` as X values. Add mark areas, mark lines and visual maps (`charts.WithMarkAreaNameCoordItemOpts`, `charts.WithMarkLineNameXAxisItemOpts`, `charts.WithMarkLineNameCoordItemOpts`, `charts.WithVisualMapOpts`). 
I am interested in a numerical X-axis. Also X axis as time string formatted timestamp integer values. Cheers
`{\"code\":4002,\"message\":\"GeometryError: The requested geometry is outside the bounds of srtm\"}\n"` Getting this as response for request to: `https://api.openrouteservice.org/elevation/line` Is there a way to switch dataset? I see SRTM is the...
Would it be possible to add copy paste logic?
Would be cool to be able to rotate e.g. line or polygon on `Ctrl` click, instead of rotating the map. Kinda like how the shift drag area instead of zooming...
I want to do this: https://docs.mapbox.com/mapbox-gl-js/example/set-config-property/ (line-emissive-strength so that It looks good in dark/night maps) Do I have to redefine the whole default style, but adding line-emissive-strength?
Is it possible to embed the file data into the JSON, e.g. in base64? Rather than links to static hosting Thanks