Package org.snpeff.stats.plot
Class GoogleBarChart
java.lang.Object
org.snpeff.stats.plot.GoogleLineChart
org.snpeff.stats.plot.GoogleBarChart
-
Constructor Summary
ConstructorsConstructorDescriptionGoogleBarChart
(String name) GoogleBarChart
(String name, int width, int height) -
Method Summary
Modifier and TypeMethodDescriptionvoid
Scale columns to their respective countspercentColumns
(ArrayList<String> col) Scale column to total sumMethods inherited from class org.snpeff.stats.plot.GoogleLineChart
addColumn, addColumn, sethAxis, setHeight, setStacked, setTitle, setvAxis, setWidth, setxLables, toStringHtmlBody
-
Constructor Details
-
GoogleBarChart
-
GoogleBarChart
-
-
Method Details
-
percentColumns
public void percentColumns()Scale columns to their respective counts -
percentColumns
Scale column to total sum- Parameters:
col
-- Returns:
-
toStringHtmlHeader
- Overrides:
toStringHtmlHeader
in classGoogleLineChart
-