juijs / vue-graph

⚡️ Vue components based on the JUI chart available in Vue.js
https://codepen.io/collection/nWpqoB/
128 stars 16 forks source link

How do I use tooltips for bubble cloud chart? #30

Open bulhwi opened 4 years ago

bulhwi commented 4 years ago

How do I use tooltips for bubble cloud chart?

<graph-bubblecloud
        :width="1055"
        :height="height"
        :padding-top="0"
        :padding-bottom="0"
        :padding-left="0"
        :padding-right="0"
        :values="values"
        :colors="makeColor"
        :styles="styles"
        :render-interval="0"
        @click="onClickEvent">
      <!--<note :text="'Bubble Cloud (Created by luavis)'" :align="'left'"></note>-->
      <tooltip :names="names" :position="'top'"></tooltip>
</graph-bubblecloud>

this code not working.