-
Notifications
You must be signed in to change notification settings - Fork 2.8k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Full y axis labels in Heatmap chart #33509
base: master
Are you sure you want to change the base?
Changes from 4 commits
6a7bc5a
e2e1983
70b1890
414037c
8fd80a7
f7bf794
7b10c8c
51ce06c
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
{ | ||
"type": "patch", | ||
"comment": "Full Yaxis labels in HeatMap chart", | ||
"packageName": "@fluentui/react-charting", | ||
"email": "[email protected]", | ||
"dependentChangeType": "patch" | ||
} |
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -108,6 +108,11 @@ export interface IHeatMapChartProps extends Pick<ICartesianChartProps, Exclude<k | |
* The prop used to define the culture to localized the numbers | ||
*/ | ||
culture?: string; | ||
|
||
/** | ||
*@default false | ||
*Used for showing complete y axis lables */ | ||
showYAxisLables?: boolean; | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Build is failing without this. Because, in plotlyadapter file, we don't have reference to ICartesianchartProps. This prop is defined in HBCWithAxis also, so I think it is needed. |
||
} | ||
|
||
/** | ||
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
🕵🏾♀️ visual regressions to review in the fluentuiv8 Visual Regression Report
Callout 6 screenshots
Keytip 1 screenshots
react-charting-HeatMapChart 2 screenshots
react-charting-LineChart 2 screenshots
react-charting-VerticalBarChart 1 screenshots