Skip to content

Commit

Permalink
Update doc
Browse files Browse the repository at this point in the history
  • Loading branch information
AtishayMsft committed Sep 13, 2022
1 parent 457bf4e commit 35940bc
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ export class AreaChart extends React.Component<IComponentDemoPageProps, {}> {
2. Custom locale definition: The consumer of the library can specify a custom locale definition as
supported by d3 <a href="https://github.com/d3/d3-time-format/blob/main/locale/en-US.json">like this</a>.
The date axis will use the date range and the multiformat specified in the definition to determine the
correct format to show in the ticks. For example - If the date range is in days then the axis will show
correct labels to show in the ticks. For example - If the date range is in days then the axis will show
hourly ticks. If the date range spans across months then the axis will show months in tick labels and so
on. Specify the custom locale definition in the <code>timeFormatLocale</code> prop. Refer to the Custom
Locale Date Axis example in line chart for sample usage.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ export class HeatMapChart extends React.Component<IComponentDemoPageProps, {}> {
2. Custom locale definition: The consumer of the library can specify a custom locale definition as
supported by d3 <a href="https://github.com/d3/d3-time-format/blob/main/locale/en-US.json">like this</a>.
The date axis will use the date range and the multiformat specified in the definition to determine the
correct format to show in the ticks. For example - If the date range is in days then the axis will show
correct labels to show in the ticks. For example - If the date range is in days then the axis will show
hourly ticks. If the date range spans across months then the axis will show months in tick labels and so
on. Specify the custom locale definition in the <code>timeFormatLocale</code> prop. Refer to the Custom
Locale Date Axis example in line chart for sample usage.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -130,7 +130,7 @@ export class LineChartPage extends React.Component<IComponentDemoPageProps, {}>
2. Custom locale definition: The consumer of the library can specify a custom locale definition as
supported by d3 <a href="https://github.com/d3/d3-time-format/blob/main/locale/en-US.json">like this</a>.
The date axis will use the date range and the multiformat specified in the definition to determine the
correct format to show in the ticks. For example - If the date range is in days then the axis will show
correct labels to show in the ticks. For example - If the date range is in days then the axis will show
hourly ticks. If the date range spans across months then the axis will show months in tick labels and so
on. Specify the custom locale definition in the <code>timeFormatLocale</code> prop. Refer to the Custom
Locale Date Axis example in line chart for sample usage.
Expand Down

0 comments on commit 35940bc

Please sign in to comment.