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

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

Open
bulhwi opened this issue Aug 11, 2020 · 0 comments
Open

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

bulhwi opened this issue Aug 11, 2020 · 0 comments

Comments

@bulhwi
Copy link

bulhwi commented Aug 11, 2020

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 bulhwi closed this as completed Aug 18, 2020
@bulhwi bulhwi reopened this Aug 18, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant