Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

LineMark - doesn't draw dashes #212

Closed
maxim-drobonoh opened this issue Apr 4, 2023 · 1 comment
Closed

LineMark - doesn't draw dashes #212

maxim-drobonoh opened this issue Apr 4, 2023 · 1 comment

Comments

@maxim-drobonoh
Copy link

maxim-drobonoh commented Apr 4, 2023

I've migrated to v2.0.0 and dash painting for line does not work. Please let me know if I have missed something

image

  LineMark(
                          transition:
                              Transition(duration: Duration(milliseconds: 700)),
                          entrance: {MarkEntrance.y},
                          position: Varset(GraphicVariables.date) *
                              Varset(GraphicVariables.value),
                          color: ColorEncode(
                            value: AppColors.bossanovaColor,
                          ),
                          size: SizeEncode(value: 1.5),
                          shape: ShapeEncode(
                            value: BasicLineShape(
                              smooth: true,
                              loop: false,
                              dash: [1, 3],
                            ),
                          ),
                          selected: {
                            'touchMove': {1}
                          },
                        ),
@entronad
Copy link
Owner

entronad commented Apr 4, 2023

Fixed in v2.0.1

@entronad entronad closed this as completed Apr 7, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants