Skip to content

Commit

Permalink
Merge pull request #1585 from Xcreen/updateCFChartFormatDefault
Browse files Browse the repository at this point in the history
- Added html to possible values
  • Loading branch information
pfreitag authored Oct 21, 2022
2 parents 34527eb + 56e0588 commit c4265f2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion data/en/cfchart.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"related":["cfchartseries","cfchartdata"],
"description":"Generates and displays a chart.",
"params": [
{"name":"format","description":"File format in which to save graph. `format=flash` has been deprecated in CF2016+","required":false,"default":false,"type":"string","values":["flash","jpg","png"]},
{"name":"format","description":"File format in which to save graph.\n`format=flash` has been deprecated in CF2016+\nFor Lucee the default value is `png` and the format `html` is not supported.","required":false,"default":"html","type":"string","values":["html","flash","jpg","png"]},
{"name":"chartheight","description":"Chart height; integer number of pixels","required":false,"default":240,"type":"numeric","values":[]},
{"name":"chartwidth","description":"Chart width; integer number of pixels","required":false,"default":320,"type":"numeric","values":[]},
{"name":"scalefrom","description":"Y-axis minimum value; integer","required":false,"default":"","type":"numeric","values":[]},
Expand Down

0 comments on commit c4265f2

Please sign in to comment.