feat: 添加Qwen3嵌入模型及JRXML报告相关文件
添加Qwen3-4B嵌入模型配置文件及权重文件 添加多个JRXML报告的数据查询和字段定义文件 添加PdfEncryptReport.jrxml示例报告文件
This commit is contained in:
@@ -0,0 +1,72 @@
|
||||
[
|
||||
{
|
||||
"chunk_id": 77,
|
||||
"chunk_type": "chart",
|
||||
"human_description": "This is a chart element in report 'Pie3DChartReport', type: pie3D. Dataset kind: pie. Label format: {0} {2}.",
|
||||
"raw_xml": "<element kind=\"chart\" chartType=\"pie3D\" uuid=\"39fa00ec-2cca-4be4-b3e8-65392802cdfc\" positionType=\"Float\" x=\"0\" y=\"50\" width=\"270\" height=\"175\" evaluationTime=\"Group\" evaluationGroup=\"ChartGroup\">\n\t\t\t\t\t<dataset kind=\"pie\" incrementType=\"Group\" resetGroup=\"ChartGroup\" incrementGroup=\"CountryGroup\" resetType=\"Group\">\n\t\t\t\t\t\t<series>\n\t\t\t\t\t\t\t<keyExpression>$F{ShipCountry}</keyExpression>\n\t\t\t\t\t\t\t<valueExpression>$V{FreightSumCountryGroup}</valueExpression>\n\t\t\t\t\t\t</series>\n\t\t\t\t\t</dataset>\n\t\t\t\t\t<plot foregroundAlpha=\"0.5\" labelFormat=\"{0} {2}\" legendLabelFormat=\"{0} {1}\" depthFactor=\"0.2\">\n\t\t\t\t\t\t<itemLabel color=\"#000000\" backgroundColor=\"#FFFFFF\" />\n\t\t\t\t\t</plot>\n\t\t\t\t</element>\n\t\t\t",
|
||||
"context": "Report 'Pie3DChartReport' chart",
|
||||
"metadata": {
|
||||
"chart_type": "pie3D",
|
||||
"dataset": {
|
||||
"kind": "pie",
|
||||
"series": [
|
||||
{
|
||||
"key": "$F{ShipCountry}",
|
||||
"value": "$V{FreightSumCountryGroup}"
|
||||
}
|
||||
]
|
||||
},
|
||||
"plot": {
|
||||
"labelFormat": "{0} {2}",
|
||||
"legendLabelFormat": "{0} {1}"
|
||||
},
|
||||
"attributes": {
|
||||
"kind": "chart",
|
||||
"chartType": "pie3D",
|
||||
"uuid": "39fa00ec-2cca-4be4-b3e8-65392802cdfc",
|
||||
"positionType": "Float",
|
||||
"x": "0",
|
||||
"y": "50",
|
||||
"width": "270",
|
||||
"height": "175",
|
||||
"evaluationTime": "Group",
|
||||
"evaluationGroup": "ChartGroup"
|
||||
}
|
||||
}
|
||||
},
|
||||
{
|
||||
"chunk_id": 77,
|
||||
"chunk_type": "chart",
|
||||
"human_description": "This is a chart element in report 'Pie3DChartReport', type: pie3D. Dataset kind: pie. Label format: {0} {2}.",
|
||||
"raw_xml": "<element kind=\"chart\" chartType=\"pie3D\" uuid=\"39fa00ec-2cca-4be4-b3e8-65392802cdfc\" positionType=\"Float\" x=\"0\" y=\"50\" width=\"270\" height=\"175\" evaluationTime=\"Group\" evaluationGroup=\"ChartGroup\">\n\t\t\t\t\t<dataset kind=\"pie\" incrementType=\"Group\" resetGroup=\"ChartGroup\" incrementGroup=\"CountryGroup\" resetType=\"Group\">\n\t\t\t\t\t\t<series>\n\t\t\t\t\t\t\t<keyExpression>$F{ShipCountry}</keyExpression>\n\t\t\t\t\t\t\t<valueExpression>$V{FreightSumCountryGroup}</valueExpression>\n\t\t\t\t\t\t</series>\n\t\t\t\t\t</dataset>\n\t\t\t\t\t<plot foregroundAlpha=\"0.5\" labelFormat=\"{0} {2}\" legendLabelFormat=\"{0} {1}\" depthFactor=\"0.2\">\n\t\t\t\t\t\t<itemLabel color=\"#000000\" backgroundColor=\"#FFFFFF\" />\n\t\t\t\t\t</plot>\n\t\t\t\t</element>\n\t\t\t",
|
||||
"context": "Report 'Pie3DChartReport' chart",
|
||||
"metadata": {
|
||||
"chart_type": "pie3D",
|
||||
"dataset": {
|
||||
"kind": "pie",
|
||||
"series": [
|
||||
{
|
||||
"key": "$F{ShipCountry}",
|
||||
"value": "$V{FreightSumCountryGroup}"
|
||||
}
|
||||
]
|
||||
},
|
||||
"plot": {
|
||||
"labelFormat": "{0} {2}",
|
||||
"legendLabelFormat": "{0} {1}"
|
||||
},
|
||||
"attributes": {
|
||||
"kind": "chart",
|
||||
"chartType": "pie3D",
|
||||
"uuid": "39fa00ec-2cca-4be4-b3e8-65392802cdfc",
|
||||
"positionType": "Float",
|
||||
"x": "0",
|
||||
"y": "50",
|
||||
"width": "270",
|
||||
"height": "175",
|
||||
"evaluationTime": "Group",
|
||||
"evaluationGroup": "ChartGroup"
|
||||
}
|
||||
}
|
||||
}
|
||||
]
|
||||
Reference in New Issue
Block a user