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

增加一个配置项,可以在item为null时,不截断线图 #396

Open
wants to merge 7 commits into
base: master
Choose a base branch
from

Commits on Nov 5, 2019

  1. Configuration menu
    Copy the full SHA
    abc393a View commit details
    Browse the repository at this point in the history
  2. 增加一个配置项 breakOnNull:

    此选项仅对line图和area图有效。 设为true时,遇到item为null时,线中断(与原来一致)
    设为false时, 遇到item为null时, 线不中断,直接与下一个item相连
    tomli committed Nov 5, 2019
    Configuration menu
    Copy the full SHA
    15af455 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    2ab1486 View commit details
    Browse the repository at this point in the history
  4. 增加一个配置项 breakOnNull:

    此选项仅对line图和area图有效。 设为true时,遇到item为null时,线中断(与原来一致)
    设为false时, 遇到item为null时, 线不中断,直接与下一个item相连
    tomli committed Nov 5, 2019
    Configuration menu
    Copy the full SHA
    5591761 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    694c671 View commit details
    Browse the repository at this point in the history
  6. 增加图示

    tomli committed Nov 5, 2019
    Configuration menu
    Copy the full SHA
    4f6ea9a View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    f8755a6 View commit details
    Browse the repository at this point in the history