• Resolved rik1234

    (@rik1234)


    Dear Visualizer,
    a question about your line charts: for people who print things in black and white (still happens a lot), it’s good to make the lines in line charts not only of a different colour, but also of a different format (striped, dotted, etc). I’ve not found a way to do this – is this possible with Visualizer?
    best,
    Rik

    The page I need help with: [log in to see the link]

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Contributor contactashish13

    (@rozroz)

    @rik1234 this can be added using the manual configuration option under advanced settings as follows, if you want to target only the first two series:

    
    {"series": { "0": { "lineDashStyle": [1, 5] }, "1": { "lineDashStyle": [1, 2] } } }
    

    You can read this to understand how to configure this better.

    Kindly spare a moment to leave us a review. It would really help us spread the word!

    Thread Starter rik1234

    (@rik1234)

    brilliant it worked, thanks!

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘dotted / striped lines’ is closed to new replies.