columnlinecomborave.xml 3.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <SOAP-ENV:Envelope xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/" xmlns:SOAP-ENC="http://schemas.xmlsoap.org/soap/encoding/" xmlns:bus="http://developer.cognos.com/schemas/bibus/3/" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsd="http://www.w3.org/2001/XMLSchema" SOAP-ENV:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/">
  3. <SOAP-ENV:Header>
  4. <bus:biBusHeader xsi:type="bus:biBusHeader">
  5. </bus:biBusHeader>
  6. </SOAP-ENV:Header>
  7. <SOAP-ENV:Body>
  8. <gs:renderChart xmlns:gs="http://www.ibm.com/xmlns/prod/cognos/graphicsService/201404/">
  9. <gs:specification compressed="false" xsi:type="bus:extnChartingSpecification" attachmentEncoding="MIMECompressed">
  10. <bus:value xsi:type="bus:specification"><![CDATA[<visualizationInstance type="warmup/columnlinecomborave" locale="en-us" xmlns="http://www.ibm.com/xmlns/prod/ba/visBundle/chartInstance.3/">
  11. <dataFormat> <numberFormat decimalSize="0"/>
  12. </dataFormat>
  13. <dataSetInstances>
  14. <dataSetInstance name="dataSet" >
  15. <dataSetFields>
  16. <categoryField name="categories">
  17. <label>Order method</label>
  18. </categoryField>
  19. <categoryField name="series">
  20. <label>Year</label>
  21. </categoryField>
  22. <valueField name="size" min="0.000000" max="1339714172.770000">
  23. <label>Revenue in Billions</label>
  24. <dataFormat> <currencyFormat decimalSize="2" currencyCode="USD" scale="-9"/>
  25. </dataFormat>
  26. </valueField>
  27. <valueField name="baseline" min="0.000000" max="100000000.000000">
  28. <label>Baseline</label>
  29. <dataFormat> <numberFormat decimalSize="0"/>
  30. </dataFormat>
  31. </valueField>
  32. </dataSetFields>
  33. <dataSetData>
  34. {
  35. "categoryData" : {
  36. "categories" : [
  37. "E-mail",
  38. "Fax",
  39. "Mail",
  40. "Sales visit",
  41. "Special",
  42. "Telephone",
  43. "Web"
  44. ] ,
  45. "series" : [
  46. "2010",
  47. "2011",
  48. "2012",
  49. "2013"
  50. ] },
  51. "rowData" : [
  52. [ 0, 0, 95402796.21, 100000000 ],
  53. [ 1, 0, 28639472.14, 100000000 ],
  54. [ 2, 0, 22766850.51, 100000000 ],
  55. [ 3, 0, 101072721.1, 100000000 ],
  56. [ 4, 0, 13905918.75, 100000000 ],
  57. [ 5, 0, 178793580.36, 100000000 ],
  58. [ 6, 0, 473771464.65, 100000000 ],
  59. [ 0, 1, 44318886.43, 100000000 ],
  60. [ 1, 1, 19896187.76, 100000000 ],
  61. [ 2, 1, 16013779.49, 100000000 ],
  62. [ 3, 1, 79721524.37, 100000000 ],
  63. [ 4, 1, 10769180.34, 100000000 ],
  64. [ 5, 1, 107160284.09, 100000000 ],
  65. [ 6, 1, 881315747.68, 100000000 ],
  66. [ 0, 2, 23701042.57, 100000000 ],
  67. [ 1, 2, 13445559.93, 100000000 ],
  68. [ 2, 2, 6905730.44, 100000000 ],
  69. [ 3, 2, 73918652.38, 100000000 ],
  70. [ 4, 2, 1006100.01, 100000000 ],
  71. [ 5, 2, 37199842.8, 100000000 ],
  72. [ 6, 2, 1339714172.77, 100000000 ],
  73. [ 0, 3, 16420318.95, 100000000 ],
  74. [ 1, 3, 8092322.18, 100000000 ],
  75. [ 2, 3, 404978.53, 100000000 ],
  76. [ 3, 3, 55481936.15, 100000000 ],
  77. [ 4, 3, 1670121.15, 100000000 ],
  78. [ 5, 3, 17832073.81, 100000000 ],
  79. [ 6, 3, 1017434523.3, 100000000 ]
  80. ]
  81. }
  82. </dataSetData>
  83. </dataSetInstance>
  84. </dataSetInstances>
  85. <propertyValues>
  86. <integerValue name="width">600</integerValue>
  87. <integerValue name="height">360</integerValue>
  88. </propertyValues>
  89. </visualizationInstance>
  90. ]]></bus:value>
  91. </gs:specification>
  92. <gs:options xsi:type="SOAP-ENC:Array" SOAP-ENC:arrayType="gs:option[1]">
  93. <item xsi:type="bus:genericOptionAnyURI">
  94. <gs:name xsi:type="xsd:string">http://developer.cognos.com/ceba/constants/extnChartingOptionEnum#contentType</gs:name>
  95. <gs:value xsi:type="xsd:string">imagemap,image/png</gs:value>
  96. </item>
  97. </gs:options>
  98. </gs:renderChart>
  99. </SOAP-ENV:Body>
  100. </SOAP-ENV:Envelope>