Search code examples
angularkendo-ui-angular2

Is there any tooltip option in the kendo-ui-angular2 charts?


Is there any tooltip option in the kendo-ui-angular2 charts or any other alternate to have it in the charts using angular2?


Solution

  • Tooltips are included in version 0.6 of the @progress/kendo-angular-charts package.

    <kendo-chart>
      <kendo-chart-tooltip format="Tooltip content {0}">
      </kendo-chart-tooltip>
    </kendo-chart>