DataV

Vue数据可视化组件库(类似阿里DataV,大屏数据展示),提供SVG的边框及装饰、图表、水位图、飞线图等组件,简单易用,长期更新(React版已发布)

MIT License

Downloads
7.2K
Stars
9K
Committers
13

Bot releases are hidden (Show)

DataV - V2.7.0-alpha (2020-01-05)

Published by jiaming743 almost 5 years ago

New

  • flylineChartEnhanced: Enhanced flylineChart (#12).
DataV - V2.6.0-alpha (2019-12-25)

Published by jiaming743 almost 5 years ago

Perfect

  • scrollRankingBoard: Configurable auto-sequencing (#35).
  • scrollRankingBoard: Render name using v-html (#36).
DataV - V2.5.0-alpha (2019-12-06)

Published by jiaming743 almost 5 years ago

Feature

  • borderBox & decoration: Configurable colors.
    <!-- Example -->
    <dv-border-box-1 :color="['red', 'green']" />
    <dv-decoration-1 :color="['red', 'green']" />
    
  • scrollBoard: Configurable index header (#33).

New

  • borderBox11
  • borderBox12
  • borderBox13
  • decoration11
DataV - V2.4.8-alpha (2019-11-12)

Published by jiaming743 almost 5 years ago

Bug Fixes

  • scrollBoard: After updating props, the carousel speed is abnormal (#25),(#20).
  • scrollRankingBorad: After updating props, the carousel speed is abnormal(#25),(#20).
DataV - V2.4.7-alpha (2019-10-24)

Published by jiaming743 almost 5 years ago

perfect

  • charts: Optimize memory leaks.
  • digitalFlop: Optimize memory leaks.
DataV - V2.4.6-alpha (2019-10-24)

Published by jiaming743 almost 5 years ago

Bug Fixes

  • activeRingChart: Optimize memory leaks (#16),(#20).
DataV - V2.4.5-alpha (2019-09-24)

Published by jiaming743 about 5 years ago

Bug Fixes

  • activeRingChart: Calculation exception due to data value being 0 (#17).
DataV - V2.4.4-alpha (2019-09-05)

Published by jiaming743 about 5 years ago

Bug Fixes

  • scrollBoard: Header column width is abnormal when row data is empty.
DataV - V2.4.3-alpha (2019-09-04)

Published by jiaming743 about 5 years ago

Perfect

  • scrollRankingBoard: Add a unit configuration item.
DataV - V2.4.2-alpha (2019-08-30)

Published by jiaming743 about 5 years ago

Perfect

  • capsuleChart: Class name compatibility optimization.
DataV - V2.4.0-alpha & V2.4.1-alpha (2019-08-29)

Published by jiaming743 about 5 years ago

V2.4.0-alpha

New

  • borderBox10
  • capsuleChart

V2.4.1-alpha

Perfect

  • capsuleChart: Adaptive display unit.
DataV - V2.3.9-alpha (2019-08-27)

Published by jiaming743 about 5 years ago

Perfect

  • percentPond: Compatibility enhancement.
DataV - V2.3.8-alpha (2019-08-27)

Published by jiaming743 about 5 years ago

Bug Fixes

  • percentPond: Style compatibility and gradient exceptions.
DataV - V2.3.7-alpha (2019-08-26)

Published by jiaming743 about 5 years ago

Bug Fixes

  • borderBox1: Parent container setting text-align: center to cause display exception (#6).
DataV - V2.3.6-alpha (2019-08-24)

Published by jiaming743 about 5 years ago

Bug Fixes

  • borderBox1: Animation exception caused by incompatible syntax and spelling mistake (#4)(#5).

Perfect

  • svg: Svg animation compatibility enhancement.
DataV - V2.3.5-alpha (2019-08-22)

Published by jiaming743 about 5 years ago

Bug Fixes

  • activeRingChart: Color configuration does not take effect (#3).
DataV - V2.3.4-alpha (2019-08-15)

Published by jiaming743 about 5 years ago

Bug Fixes

  • package.json: Import exception caused by incorrect entry path configuration.
DataV - V2.3.3-alpha (2019-07-22)

Published by jiaming743 about 5 years ago

Bug Fixes

  • waterPondLevel: Potential namespace conflict.
  • digitalFlop: Potential namespace conflict.
DataV - V2.3.2-alpha (2019-07-05)

Published by jiaming743 over 5 years ago

Perfect

  • decoration: Explicitly set the SVG width and height to enhance stability.

  • Introduced on demand

    import { borderBox1  } from '@jiaminghi/data-view'
    
    Vue.use(borderBox1)
    
DataV - V2.3.1-alpha (2019-07-04)

Published by jiaming743 over 5 years ago

Perfect

  • charts: Enhanced style compatibility.
  • scrollBoard: Enhanced style compatibility.
  • fullScreenContainer: Fix potential rendering exceptions.
  • mixin: Strengthen autoResize stability.