Skip to content

Commit

Permalink
Adding comment in Hovercard that we support cumulative area chart cur…
Browse files Browse the repository at this point in the history
…rently (microsoft#29395)

* Adding comment in Hovercard that we support cumulative area chart currently

* change file

* Fixing review comments

* Fixing build failure

* Fixing review comment

* Resolving review comments

* Resolving review comments
  • Loading branch information
ankityadav4 committed Oct 23, 2023
1 parent 4c36df0 commit 742d551
Showing 1 changed file with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -99,6 +99,10 @@ export class AreaChartDataChangeExample extends React.Component<{}, IAreaChartBa
}}
enableReflow={true}
/>
<div style={{ marginBottom: '13px' }}>
Note: Y values in callout display individual values. Y value plotted on chart are cumulative for the
datapoint.
</div>
<DefaultButton text="Change Ydata" onClick={this._changeData} />
<DefaultButton text="Change Xdata" onClick={this._changeXData} />
</div>
Expand Down

0 comments on commit 742d551

Please sign in to comment.