Class GoogleHistogram


  • public class GoogleHistogram
    extends GooglePlotInt
    A simple wrapper to goolge charts API (from charts4j)
    Author:
    pcingola
    • Constructor Detail

      • GoogleHistogram

        public GoogleHistogram​(int[] x,
                               int[] y,
                               java.lang.String title,
                               java.lang.String xAxisLabel,
                               java.lang.String yAxisLabel)
    • Method Detail

      • getMaxBins

        public int getMaxBins()
      • setMaxBins

        public void setMaxBins​(int maxBins)
      • toURLString

        public java.lang.String toURLString()
        Create a histogram plot using Google charts
        Overrides:
        toURLString in class GooglePlotInt
        Returns: