Skip to content

Commit

Permalink
Added invertedColors
Browse files Browse the repository at this point in the history
Issue #175
  • Loading branch information
GitBrent authored and GitBrent committed Sep 13, 2017
1 parent ab95f55 commit 2fd7ce0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -366,6 +366,7 @@ slide.addChart({MULTI_TYPES_AND_DATA}, {OPTIONS_AND_AXES});
| `chartColorsOpacity` | number | percent | `100` | data color opacity percent | 1-100. Ex: `{ chartColorsOpacity:50 }` |
| `fill` | string | | | fill/background color | hex color code. Ex: `{ fill:'0088CC' }` |
| `holeSize` | number | percent | `50` | doughnut hole size | 1-100. Ex: `{ holeSize:50 }` |
| `invertedColors`| array | | | data colors for negative numbers | array of hex color codes. Ex: `['0088CC','FFCC00']` |
| `legendFontSize`| number | points | `10` | legend font size | 1-256. Ex: `{ legendFontSize: 13 }`|
| `legendPos` | string | | `r` | chart legend position | `b` (bottom), `tr` (top-right), `l` (left), `r` (right), `t` (top) |
| `layout` | object | | | positioning plot within chart area | object with `x`, `y`, `w` and `h` props, all in range 0-1 (proportionally related to the chart size). Ex: `{x: 0, y: 0, w: 1, h: 1}` fully expands plot to the chart area |
Expand Down

0 comments on commit 2fd7ce0

Please # to comment.