Will Charczuk

Results 12 comments of Will Charczuk

It is not currently possible, but it could be added as an option, I have some time to look in the next couple weeks.

`nan range delta` means, for a given chart, either the x or y range has a x/0 difference between the min and max values. in order to draw a chart,...

@danielbk18 the workaround is to manually set a y-axis range (usually continuous) with a small delta above and below the constant value. i can have the range estimator do this...

I would have to code this from scratch as a parameter of the chart. I'll try and prototype this today.

hey! Sorry I'm just seeing this, that's a great suggestion, lemme take a crack at creating an option for it.

Currently there is no pre-built legend for a stacked bar chart, but the api is pretty straightforward if you want to make one. I can prio a builtin one soon-ish,...

are there any errors returned by https://github.com/fiatjaf/ght/blob/541f3b7ee589a45437091e6df0808b43b5d76e82/main.go#L279 i.e. the `.Render()` call? often that is my first place to look

Seems like something we could configure on the axis, we'd want to make a specific override of the default behavior.

I have a branch open to implement candlestick series, just need to find some time to iron out some issues w/ it.

This is super interesting. I can't look at it this second but I'll try and debug tonight. My current hunch is there is an issue with detecting the chart *ranges;...