Line | |
---|
1 | <chartModel chartEngine="OpenFlashChart" style="border-top-width: 5; border-top-color: #987654; background-color: #ffffff;">
|
---|
2 | <title style="font-family: courier; color: #ffaa00; font-size: 20px; font-weight: bold; text-align: center;">Test chart</title>
|
---|
3 | <legend style="font-family: verdana; font-size: 18px; font-weight: bold; border-top-width: 10; border-top-color: #880a0f; font-style: italic;"/>
|
---|
4 | <linePlot orientation="VERTICAL" style="border-top-width: 5; opacity: 0.75; background-color: #fffff0;" flavor="THREED">
|
---|
5 | <palette>
|
---|
6 | <paint style="color: #880a0f;"/>
|
---|
7 | <paint style="color: #b09a6b;"/>
|
---|
8 | <paint style="color: #772200;"/>
|
---|
9 | <paint style="color: #c52f0d;"/>
|
---|
10 | <paint style="color: #123d82;"/>
|
---|
11 | <paint style="color: #4a0866;"/>
|
---|
12 | <paint style="color: #ffaa00;"/>
|
---|
13 | <paint style="color: #1e8ad3;"/>
|
---|
14 | <paint style="color: #aa6611;"/>
|
---|
15 | <paint style="color: #772200;"/>
|
---|
16 | <paint style="color: #8b2834;"/>
|
---|
17 | <paint style="color: #333333;"/>
|
---|
18 | </palette>
|
---|
19 | <verticalAxis class="org.pentaho.chart.model.NumericAxis">
|
---|
20 | <legend style="font-family: san-serif; color: #772200; font-size: 12px; font-weight: bold;">yAxis</legend>
|
---|
21 | </verticalAxis>
|
---|
22 | <horizontalAxis labelOrientation="DIAGONAL">
|
---|
23 | <legend style="font-family: san-serif; color: #772200; font-size: 10px;">xAxis</legend>
|
---|
24 | </horizontalAxis>
|
---|
25 | </linePlot>
|
---|
26 | </chartModel>
|
---|
Note:
See
TracBrowser
for help on using the repository browser.