Closed mbolder closed 5 years ago
I see. At this moment there is no way to set scale. The only way is to prepare data before pushing it to the BarChart that can be inconvenient sometimes.
Let's discuss what way is the best. The first idea is to provide a way to limit display range. E.g, set range to 0.87-0.92 and then all values will be difference between 0.87 and real value. Maybe it would be good to mark somehow values that exceeds or below limits, e.g. with special char 'V' - below, '^' - above.
Or maybe I do not understand the problem correctly and my solution does not work for you. Do you have any suggestions or ideas?
Hello, i am trying to add a currency chart to my app. Pulling data from quandl works fine, creating the chart object as well. But due to my inexperience with go i am stuck at adding the data to the BarData Object. if i do this only the last price is displayed as bar :
How do add the values instead of replacing them ?
Found it, looks now like this:
But, is there a way to adjust the scale of the axis / steps, since my values range between 0,88 and 0.91 , not a lot is changing in the bars ?? For example set range from min value to maximum instead of whole bar.