Commit e5edb0f1 authored by Sudhakar's avatar Sudhakar

Sudhakar, Hemanth | Disabling the gray color highlighting on click in iOS devices

When any graph is opened in iOS devices, clicking on a point highlights the whole graph with gray color briefly. This hinders the interactivity as it does it for the whole graph area
parent e83d0e78
.c3 svg {
font: 10px sans-serif;
-webkit-tap-highlight-color: rgba(0,0,0,0);
}
.c3 path, .c3 line {
fill: none;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment