public class GroupedBar extends Object implements org.jboss.gwt.elemento.core.IsElement<elemental2.dom.HTMLElement>, Attachable
| Modifier and Type | Class and Description |
|---|---|
static class |
GroupedBar.Builder |
| Modifier and Type | Method and Description |
|---|---|
elemental2.dom.HTMLElement |
asElement() |
void |
attach() |
void |
detach() |
void |
resize(int width) |
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.
|
void |
update(Map<String,Long> data)
Use this method if you created the bar chart with a single category.
|
public void attach()
attach in interface Attachablepublic void detach()
detach in interface Attachablepublic elemental2.dom.HTMLElement asElement()
asElement in interface org.jboss.gwt.elemento.core.IsElement<elemental2.dom.HTMLElement>public void update(Map<String,Long> data)
public void update(com.google.common.collect.ArrayListMultimap<String,Long> data)
public void resize(int width)
Copyright © 2018 JBoss, a division of Red Hat. All rights reserved.