vue-fire-chart
v0.0.2
Published

Readme
Vue Fire Chart

Props
- circleOptions
{number}: The labels for the circles.- example/default:
["Braunkohle", "Steinkohle", "Erdgas", "Windkraft"]
- example/default:
- circleData
{number}: The height of the circles.- example/default:
[1137, 853, 381, 10]
- example/default:
- yaxisTitle
{string}: The title of the y-axis.- example/default:
"Gramm CO₂ je erzeugter kWh"
- example/default:
- textColor
{string}: The color of the text.- example/default:
"white"
- example/default:
- fontSize
{string}: The font-size of the text.- example/default:
"0.3em"
- example/default:
- colors
{array}: The colors of the circles.- example/default:
["#d23227", "#f67d20", "#ffe10c", "#fffffd"]
- example/default:
- circle
{boolean}: If the circles should be circles or ovals.- example/default:
true
- example/default:
