PrimeFaces 3.4 Charts datatipFormat

前端 未结 5 1419
别那么骄傲
别那么骄傲 2020-12-09 12:41

today I wanted to try the new PrimeFaces release 3.4.RC1. For charts there is a new attribute called datatipFormat.

I want to show only the value (y-axis) in a line

5条回答
  •  抹茶落季
    2020-12-09 13:06

    You can use the extender property of all PrimeFaces chart tags to override default plot options. Example:

    
    ...
    
    

    Other available jqplot options can be found here: http://www.jqplot.com/docs/files/jqPlotOptions-txt.html but please note that the document says it is out of date.

提交回复
热议问题