cocos creator graphic node dashed line

Hi guys, any one has any idea how can we create a dashed lines in cocoscreator, I am able to create a normal line but there is no function to create a dashed line.

Any help appreciated.

Have multiple node with cc.Graphics components each represent a single line, then make those node children of a parent node whose tasks are to manage distance between each child node, thickness of each child node line(should be common for every node), axial rotation can also be managed by parent node, you can go nuts on creativity with this setup.