Forum Discussion

NishPatel's avatar
NishPatel
Resolver II
3 years ago
Solved

Deneb Dashed Line Chart

I am trying to create a dashed line chart but the lines remain solid in the plot area. Legend looks good. Any help would be appreciated. I am using sample stocks data here.   Below is my code   {...
  • ppm1's avatar
    3 years ago

    There is a setting in the Config that is providing a different default for the "line" mark. Delete this from the Config in the Deneb editor.

     

    "line": {
    "strokeWidth": 3,
    "strokeCap": "round",
    "strokeJoin": "round"
    },

     

    Pat