Class GroupedBar

    • Method Detail

      • element

        public elemental2.dom.HTMLElement element()
        Specified by:
        element in interface org.jboss.elemento.IsElement<elemental2.dom.HTMLElement>
      • update

        public void update​(Map<String,​Long> data)
        Use this method if you created the bar chart with a single category.
      • update

        public void update​(com.google.common.collect.ArrayListMultimap<String,​Long> data)
        Use this method if you created the bar chart with multiple categories and provide a value for each category in the multimap.
      • resize

        public void resize​(int width)