Class VennPlotOptions

    • Constructor Detail

      • VennPlotOptions

        public VennPlotOptions()
    • Method Detail

      • getCluster

        public Cluster getCluster()
        Returns the options for marker clusters, the concept of sampling the data values into larger blocks in order to ease readability and increase performance of the JavaScript charts.

        Default: an instance of Cluster.

        Since:
        10.2.1.0
      • setCluster

        public void setCluster​(Cluster cluster)
        Sets the options for marker clusters, the concept of sampling the data values into larger blocks in order to ease readability and increase performance of the JavaScript charts.

        Default: an instance of Cluster.

        Since:
        10.2.1.0
      • getBorderDashStyle

        public String getBorderDashStyle()
        Return the border dash style.

        Default: "solid"

      • setBorderDashStyle

        public void setBorderDashStyle​(String borderDashStyle)
        Sets the border dash style.
      • getBrighten

        public Number getBrighten()
        Returns the brighten value.

        Default: 0

      • setBrighten

        public void setBrighten​(Number brighten)
        Sets the brighten value.