krispo / ng2-nvd3

Angular2 component for nvd3
http://krispo.github.io/ng2-nvd3/
MIT License
328 stars 104 forks source link

set tickValues for y1Axis in linePlusBarChart #48

Open jsec516 opened 8 years ago

jsec516 commented 8 years ago

is there any way to set y1Axis tick values explicitly like something

      y1Axis: {
              axisLabel: 'Y1 Axis',
              tickValues: [5,10],
              axisLabelDistance: 12
          }