<style>
    svg#{{identificator}} {
        font: 10px sans-serif;
    }
    .axis path,
    .axis line {
        fill: none;
        stroke: #000;
        shape-rendering: crispEdges;
    }

    path.line {
        fill: none;
        stroke: #000000;
        stroke-width: 1;
    }
</style>
<svg id="{{identificator}}"></svg>