-
Notifications
You must be signed in to change notification settings - Fork 80
Arc gauge docs #266
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
Arc gauge docs #266
Conversation
|
Question: I have added the Center Template as part of the Labels article since it is a label after all. Should I move it to a dedicated folder? |
|
See my comments here #262 as well |
marin-bratanov
left a comment
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.
A few minor issues, see also the comments on the other PR
| new MyDataModel() { SecondSeriesValue = 3, ExtraData = "third" }, | ||
| new MyDataModel() { SecondSeriesValue = 2, ExtraData = "fourth" }, | ||
| }; | ||
|  |
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.
I fixed the image so it does not have whitespace. Consider enabling the center template in this example, it looks cool. It can be an optional step in the list above.
| </TelerikArcGauge> | ||
| ```` | ||
|
|
||
| ## StartAngle and EndAngle |
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.
People will want to make a full circle gauge out of this. If it is possible (e.g., start angle = 0 and end angle = 360) add such an example. Otherwise, add a link to the circular gauge (could be a green tip above or below the example)
|
|
||
| The `Format` (`string`) parameter allows you to customize the rendering of the labels by using the <a href="https://docs.microsoft.com/en-us/dotnet/standard/base-types/standard-numeric-format-strings" target="_blank">standard numeric format strings</a>. You can set the values of the labels to showcase, for example, currency, percentage, and so on. | ||
|
|
||
| >caption Use the Format parameter to showcase currency. The result from the code snippet below. |
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.
The caption says "currency" but it is percentage
* docs(circular-gauge):initial docs * chore(gauge): screenshot fix * chore(circular-gauge):fixing typo Co-authored-by: Nadezhda Tacheva <ntacheva@progress.com> Co-authored-by: Marin Bratanov <m.bratanov@gmail.com>
General tasks for a new feature (delete if not applicable)
New Component Checklist (delete for other types of PRs)
- Overview article
- Data binding article - applicable if data can be provided to the component. My be one article or a folder with several articles (examples - DropDownList and TreeView)
- Feature/component specific articles - those articles explain the component specific features, which do not suit in any of the before-mentioned articles. Examples of such articles are the Navigator for the Stock Chart, the Indeterminate state for the CheckBox and others.
- Selection article - applicable if the component exposes items selection. May be a folder.
[ ] - Single item selection
[ ] - Multiple item selection
- Templates - applicable if additional customization is allowed with Templates. Usually a folder, see the grid
- Events article - applicable if the component expose events.
Examples of such events could be:
Update Input Validation, Globalization, Keyboard Navigation, Accessibility Compliance articles as applicable.
Link from the Overview components list