Skip to content

Commit

Permalink
fix: fix missing title option in charts interface
Browse files Browse the repository at this point in the history
  • Loading branch information
Fei authored and linhenry0417 committed Jul 23, 2020
1 parent 4b8d71a commit 3f977e8
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions packages/core/src/interfaces/charts.ts
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,10 @@ import {
* Base chart options common to any chart
*/
export interface BaseChartOptions {
/**
* Optionally specify a title for the chart
*/
title?: string;
/**
* boolean to disable animations (enabled by default)
*/
Expand Down

0 comments on commit 3f977e8

Please sign in to comment.