Steven Cobb
Steven Cobb
You're in luck, see 3Brown1Blue's newest video: https://youtu.be/rB83DpBJQsE
This [open PR](https://github.com/apache/echarts/pull/16825) that offers new nameLocation properties ('outsideStart', 'outsideMiddle', 'outsideEnd') would help with some of the screenshots above. It seems like it's very close to being ready to merge,...
I am having this problem as well, I am trying to set a variable height based on an aspect ratio calculation so I have no need for the 400px default...
@mr21 I know gridsound doesn't use Tone.js, but there may be concepts you can borrow from [MidiConvert](https://github.com/Tonejs/MidiConvert). It uses [midi-file-parser](https://www.npmjs.com/package/midi-file-parser) to decode MIDI files and [jsmidgen](https://github.com/dingram/jsmidgen) to encode them /...
Thanks for responding! I'll be on the look out as this app progresses.
I'll try to create a repro, but +1 to this issue. At scale, using `sampling: 'lttb'` can crash the browser when there are thousands of series and we also ended...
I definitely agree that this would offer a lot of flexibility, I've tried using 'time' axis but ran into a few issues (#14305, #16685) where it made sense to change...
I'm also seeing this when plotting 50+ series, which requires hiding the symbol using `symbol: 'none'` or `showAllSymbol: false`. In this case, I'd like to still be able to use...
We do have a [TimeZoneProvider](https://github.com/perses/perses/pull/825) and a util that makes formatting consistent (example [formatWithUserTimeZone](https://github.com/perses/perses/blob/ec0ab80efbf2ce0072307c63fcf136c8fdc32f88/ui/components/src/DateTimeRangePicker/AbsoluteTimePicker.tsx#L43-L44)), so we'll need to add the UI control and ability to save this timezone preference. Also...
I’ve been thinking about this more as I’m reading comments on #1031 It might actually be pretty easy to do, the spec for `palette` could potentially be: ``` kind: ‘Single’...