Diego Medina

Results 35 comments of Diego Medina

sorry I just saw this ticket, when I wrote this I didn't apply any vendoring, so most likely goserial changed since I used it, The last commit on goserial that...

this is what I did to get a rotated chart (barchar) ``` import( ... "image/png" "github.com/disintegration/imaging" "github.com/wcharczuk/go-chart" "github.com/wcharczuk/go-chart/drawing" ... ) func drawChart(res http.ResponseWriter, req *http.Request) { sbc := chart.BarChart{ Height:...

This worked fine until I had to add a legend, having issues rotating the legend to match the chart

Two questions: 1. Did you already submit/propose the changes to the Go project? (have a link?) 2. I have been looking for something like this for a while now, but...

It would be great if the change wouldn't require using the latest Go version (specially using tip), but have that as a planned migration. What I mean is, add it...

I see that the linked ticket was closed, but they didn't go with the change that would allow arbitrary alphabets, right?

@anitgandhi thanks for following up on this topic. I can more or less follow the ideas around implementing this, but not enough to propose an actual changeset, let alone doing...

I was looking at implementing this but had a question: >[...] digits function from

Thanks! I'll take a look and post back with results