Skip to content

Commit

Permalink
resolve typos, add description and error clarification
Browse files Browse the repository at this point in the history
  • Loading branch information
filipKovachev committed Mar 31, 2024
1 parent 3b890d2 commit d9f7d23
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
2 changes: 1 addition & 1 deletion knowledge-base/chart-tooltip-series-item.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ category: knowledge-base

## Description

How to add a tooltip to the Chart series items?
How to add a tooltip to the Chart labels on the y-axis?

## Solution

Expand Down
2 changes: 1 addition & 1 deletion knowledge-base/examples/chart-tooltip-series-item/main.vue
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@
{
Id: 31289,
ApprovalStatus: {
Name: 'Approved by a very log whatnot label here sooo long',
Name: 'Approved by a very long, long and even longer label shown inside a tooltip',
},
ExternalClient: { Id: 5394 },
Actual: { TotalConsumption: 7380 },
Expand Down
2 changes: 2 additions & 0 deletions knowledge-base/upload-custom-validation-error.md
Original file line number Diff line number Diff line change
Expand Up @@ -73,6 +73,8 @@ event.newState[0].validationErrors
```
### Runnable example

To test the following example, upload files by either clicking on the "Select files" button or by dragging and dropping them. You will then see the custom error message being triggered:

{% meta id:index height:480 %}
{% embed_file upload-custom-validation-error/main.vue preview %}
{% embed_file upload-custom-validation-error/main.js %}
Expand Down

0 comments on commit d9f7d23

Please sign in to comment.