vue-graph icon indicating copy to clipboard operation
vue-graph copied to clipboard

How do I use tooltips for bubble cloud chart?

Open bulhwi opened this issue 5 years ago • 0 comments

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.

bulhwi avatar Aug 11 '20 05:08 bulhwi