updating readme.
This commit is contained in:
parent
36e012f8cb
commit
cd0c35a98d
2 changed files with 7 additions and 0 deletions
|
@ -91,6 +91,13 @@ graph := chart.Chart{
|
|||
graph.Render(chart.PNG, buffer)
|
||||
```
|
||||
|
||||
# 2 Y-Axis Charts
|
||||
|
||||
![](https://raw.githubusercontent.com/wcharczuk/go-chart/master/images/two_axispng)
|
||||
|
||||
It is also possible to draw series against 2 separate y-axis with their own ranges (usually good for comparison charts).
|
||||
In order to map the series to an alternate axis make sure to set the `YAxis` property of the series to `YAxisSecondary`.
|
||||
|
||||
# Design Philosophy
|
||||
|
||||
I wanted to make a charting library that used only native golang, that could be stood up on a server (i.e. it had built in fonts).
|
||||
|
|
BIN
images/two_axis.png
Normal file
BIN
images/two_axis.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 73 KiB |
Loading…
Reference in a new issue