It is now possible to include Pie charts in SystemWeaver reports.


Note: For technical reasons, the chart layout in Reports view differs slightly from the layout in the Charts view. For example, the labels of the different slices are printed within each slice rather than outside.


Example:


<Report>

  <PieChart>

    <Counter>

      <AddToSlice name="first"/>

      <AddToSlice name="second"/>

      <AddToSlice name="third"/>

    </Counter>

  </PieChart>

</Report>


Result:



Issue ID: 10508