/*--------------------------------------------------------------------------*\
    Connector for label (in pie chart for example)
\*--------------------------------------------------------------------------*/

.chart__serie-label-connector{
    /*background*/
    fill:none;

    /*border*/
    stroke-width: 1;
    stroke:var(--c-primary-3);
}