0
A
回答
2
您可以設置自定義與設計:
<script type="text/javascript">
function customExtender() {
this.cfg.grid = {
...........
}
}
</script>
...
<p:lineChart extender="customExtender" value="..." />
,只是檢查jqplot文檔http://www.jqplot.com/docs/files/jqPlotOptions-txt.html 部分
grid: {
drawGridLines: true, // wether to draw lines across the grid or not.
gridLineColor: '#cccccc' // *Color of the grid lines.
background: '#fffdf6', // CSS color spec for background color of grid.
borderColor: '#999999', // CSS color spec for border around grid.
borderWidth: 2.0, // pixel width of border around grid.
shadow: true, // draw a shadow for grid.
shadowAngle: 45, // angle of the shadow. Clockwise from x axis.
shadowOffset: 1.5, // offset from the line of the shadow.
shadowWidth: 3, // width of the stroke for the shadow.
shadowDepth: 3, // Number of strokes to make when drawing shadow.
// Each stroke offset by shadowOffset from the last.
shadowAlpha: 0.07 // Opacity of the shadow
renderer: $.jqplot.CanvasGridRenderer, // renderer to use to draw the grid.
rendererOptions: {} // options to pass to the renderer. Note, the default
// CanvasGridRenderer takes no additional options.
},
你可以看到背景PARAM和drawGridLines那裏:)
相關問題
- 1. Google Charts LineChart自定義點
- 2. 在primefaces 5.0中創建一個lineChart
- 3. MPAndroidChart LineChart自定義高亮可繪製
- 4. 如何在primefaces中自動縮放lineChart的xaxis 3.4
- 5. Primefaces自定義特定p:growl
- 6. Java JSF PrimeFaces LineChart標籤
- 7. LineChart不爲Primefaces 5.0渲染
- 8. 在primefaces中自定義驗證
- 9. 自定義primefaces圖表
- 10. Primefaces 5.0圖表自定義
- 11. Primefaces lineChart - 限制x標籤的數量
- 12. LineChart Primefaces從DB獲取數據
- 13. Gmap Primefaces Geocode自定義錯誤消息
- 14. 實現與primefaces自定義CSS 3.1
- 15. Primefaces自定義數據表過濾器
- 16. 自定義PrimeFaces組件不呈現
- 17. PrimeFaces自定義錯誤頁面
- 18. PrimeFaces:如何使用自定義圖標?
- 19. Primefaces鍵盤組件,自定義佈局
- 20. Primefaces自定義DataTable未呈現
- 21. Primefaces的自定義過濾器pickList
- 22. 自定義事件外觀primefaces計劃
- 23. 自定義primefaces日曆顯示自定義樣式中的假期
- 24. 如何在Primefaces數據表中自定義分頁表
- 25. 如何在Primefaces中自定義查詢字符串
- 26. 在PrimeFaces中創建自定義組件4
- 27. 如何僅在單擊按鈕時渲染primefaces lineChart
- 28. 將自定義屬性添加到Primefaces自動完成組件在JSF中
- 29. Primefaces中的自定義內容selectOneMenu沒有持續對象
- 30. 覆蓋自定義屬性文件中的Primefaces消息