go-echarts / go-echarts

🎨 The adorable charts library for Golang

Home Page:https://go-echarts.github.io/go-echarts/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Feature Request: support `symbolKeepAspect` option for graph series

LJ-Software opened this issue · comments

According to the documentation the symbolKeepAspect option can be used to have graph symbols keep their aspect ratio when path:// data URI symbol option is used.

I use the path URI option in my project and would like to utilize the symbolKeepAspect option to have my custom symbols keep their intended aspect ratio.