-
Notifications
You must be signed in to change notification settings - Fork 1.3k
Charts: Add tooltip.contentTemplate type descriptions #8201
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
Charts: Add tooltip.contentTemplate type descriptions #8201
Conversation
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.
Pull request overview
This pull request updates the documentation for chart tooltip contentTemplate functionality by adding comprehensive type descriptions and removing outdated inline documentation. The changes migrate from verbose inline HTML tables to structured type definitions that reference dedicated type documentation pages.
Key changes:
- Replaced inline pointInfo field documentation with references to dedicated type definition pages
- Added short descriptions for BasePointInfo and its derived types (CommonPointInfo, StackedPointInfo, BubblePointInfo, etc.)
- Updated contentTemplate parameter descriptions to be more concise and consistent
Reviewed changes
Copilot reviewed 31 out of 31 changed files in this pull request and generated 1 comment.
Show a summary per file
| File | Description |
|---|---|
BaseChart/1 Configuration/tooltip/contentTemplate.md |
Removed 186 lines of inline field documentation, replaced with structured type references |
dxChart/1 Configuration/tooltip/contentTemplate.md |
Added short description, demo links, and updated parameter descriptions |
BaseChart/9 Types/BasePointInfo/BasePointInfo.md |
Added short description for the base type |
BaseChart/9 Types/BasePointInfo/*.md |
Added descriptions for all BasePointInfo fields (argument, value, points, etc.) |
dxChart/9 Types/*/ |
Added descriptions for chart-specific point info types and their fields |
dxPieChart/9 Types/*/ |
Added descriptions for pie chart-specific point info types and fields |
dxPolarChart/9 Types/*/ |
Added description for polar chart point info type |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
You can also share your feedback on Copilot code review for a chance to win a $100 gift card. Take the survey.
| --- | ||
| ##### shortDescription | ||
| <!-- Description goes here --> | ||
| Specifies custom markup for tooltips |
Copilot
AI
Nov 25, 2025
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.
Missing period at the end of the sentence. Should be 'Specifies custom markup for tooltips.'
| Specifies custom markup for tooltips | |
| Specifies custom markup for tooltips. |
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.
Pull request overview
Copilot reviewed 66 out of 66 changed files in this pull request and generated no new comments.
You can also share your feedback on Copilot code review for a chance to win a $100 gift card. Take the survey.
No description provided.