How to add shadow or border on donut chart using Chartist - donut-chart

I am using a Chartist chart for showing data. I want to add a shadow on the selected slice of the chart on hover or mouse enter event. Attache below screenshot for the output
enter image description here
Attache below screenshot for the output
enter image description here

Related

How to display y axes main label in chart js

I want to display label in bar chart.
Please see below screenshot. I want to display No. Of coaches label

Echarts Radar Chart mouse hover indicator tooltip

Hi Please see this Radar chart, I want to mouse hover the indicator to display the current value but not only the indicator name. Currently, the default display is only the name. It is enabled by triggerEvent: true .Please see this fiddle.

Show warning icon on the azure devops work item field

We are developing an azure devops custom extension for boards, where we need to make some field as required based on some condition. We can display an error message and disable the save button, but how to show red color icon on that field??
According to your description, you needs to show red color icon on your custom field.
You could assign red color to a tag which can display an error message or just be a red color icon as the linked capture shows:
Assign a color to a tag
The following steps are:
1.Before setting tag colors, add tags to work items that you want to highlight with color that circled in red in the linked capture.
add tags to work items
2.From the Settings dialog, choose Tag colors and then choose the "+" plus icon to add a tag color. Then, name the tag as "!" and select the red color.
3.When done with your changes, choose Save.
Then you could show red color icon on your custom field.

primefaces chart export as image, the title is not auto new line

The chart is displayed good, and the title has two rows. But after export as the image to the dialog, it changed to be one line.
Here is the screenshot

Highcharts: automatically give a highlite backgroundcolor to one series item like in the hover state

I have a line/area chart in highcharts. When you hover over the chart you will see the tooltip but also a background color for that particular x-axis item. What I would love to have is this backgroundcolor automatically shown (without tooltip) (for the current month)without having to hover. So it makes the chart more easy to read and they can see directly what month it is.