0.5.15 • Published 8 months ago

charts-v v0.5.15

Weekly downloads
-
License
ISC
Repository
-
Last release
8 months ago

USE

<template>
  <ChartView
    info="info"
    type="type"
    requestUrl="http://xxx"
    wsUrl="ws://xxx/"
  />
</template>

<script>
  import ChartView from 'charts-v'
</script>

Description

paramtypedescrequireddefault
infoStringdata timetrue\
typeStringdata typetrue\
requestUrlStringinit data urltrue\
wsUrlStringwebsocket urltrue\
wsParamsAnywebsocket paramsfalse\
dataLengthNumberdata lengthfalse200

Data Format

init data

{
  [
    '["1111","2222","3333","4444","5555"]',
    ...
  ]
}

ws data

{
  "xxx": {
    "price": "123123",
    ...
  },
  ...
}

Preview Image

preview image preview image preview image preview image preview image preview image preview image preview image preview image

Description

If you need help with color, style, data format, coordinate axis, legend, etc., you can contact me, I will try my best to help you. If you have any questions, I will reply ASAP.

QQ: 2672067518

0.5.15

8 months ago

0.5.14

9 months ago

0.5.13

9 months ago

0.5.12

9 months ago

0.5.11

9 months ago

0.5.10

9 months ago

0.5.9

9 months ago