score:1

got it. its in the chartoptions....

  public barchartoptions:any = {
    scaleshowverticallines:false,
    responsive:true,
    scales: {
      yaxes: [{
        ticks: {
          beginatzero: true
        }
      }]
    }
  };

Related Query

More Query from same tag