Class PieChart

    • Constructor Detail

      • PieChart

        public PieChart​(java.lang.String title)
      • PieChart

        public PieChart()
    • Method Detail

      • isDoughnut

        public boolean isDoughnut()
      • setDoughnut

        public PieChart setDoughnut​(boolean isDoughnut)
      • doughnut

        public PieChart doughnut​(int value)
      • isShowPercent

        public boolean isShowPercent()
      • showPercent

        public PieChart showPercent()
      • isShowValue

        public boolean isShowValue()
      • showValue

        public PieChart showValue()
      • isShowLabel

        public boolean isShowLabel()
      • showLabel

        public PieChart showLabel()
      • isHalfCut

        public boolean isHalfCut()
      • setHalfCut

        public PieChart setHalfCut​(boolean halfCut)
      • isAnimate

        public boolean isAnimate()
      • animate

        public PieChart animate​(boolean isAnimate)
      • getSeriesList

        public java.util.List<RatioSeries> getSeriesList()
      • getJsonConfiguration

        public com.fasterxml.jackson.databind.node.ObjectNode getJsonConfiguration()
                                                                            throws com.fasterxml.jackson.core.JsonProcessingException
        Description copied from class: AbstractChart
        return common chart configuration
        Overrides:
        getJsonConfiguration in class AbstractChart<PieChart>
        Returns:
        the ObjectNode configuration
        Throws:
        com.fasterxml.jackson.core.JsonProcessingException