DashboardToV5Templates.xml 26 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394959697989910010110210310410510610710810911011111211311411511611711811912012112212312412512612712812913013113213313413513613713813914014114214314414514614714814915015115215315415515615715815916016116216316416516616716816917017117217317417517617717817918018118218318418518618718818919019119219319419519619719819920020120220320420520620720820921021121221321421521621721821922022122222322422522622722822923023123223323423523623723823924024124224324424524624724824925025125225325425525625725825926026126226326426526626726826927027127227327427527627727827928028128228328428528628728828929029129229329429529629729829930030130230330430530630730830931031131231331431531631731831932032132232332432532632732832933033133233333433533633733833934034134234334434534634734834935035135235335435535635735835936036136236336436536636736836937037137237337437537637737837938038138238338438538638738838939039139239339439539639739839940040140240340440540640740840941041141241341441541641741841942042142242342442542642742842943043143243343443543643743843944044144244344444544644744844945045145245345445545645745845946046146246346446546646746846947047147247347447547647747847948048148248348448548648748848949049149249349449549649749849950050150250350450550650750850951051151251351451551651751851952052152252352452552652752852953053153253353453553653753853954054154254354454554654754854955055155255355455555655755855956056156256356456556656756856957057157257357457557657757857958058158258358458558658758858959059159259359459559659759859960060160260360460560660760860961061161261361461561661761861962062162262362462562662762862963063163263363463563663763863964064164264364464564664764864965065165265365465565665765865966066166266366466566666766866967067167267367467567667767867968068168268368468568668768868969069169269369469569669769869970070170270370470570670770870971071171271371471571671771871972072172272372472572672772872973073173273373473573673773873974074174274374474574674774874975075175275375475575675775875976076176276376476576676776876977077177277377477577677777877978078178278378478578678778878979079179279379479579679779879980080180280380480580680780880981081181281381481581681781881982082182282382482582682782882983083183283383483583683783883984084184284384484584684784884985085185285385485585685785885986086186286386486586686786886987087187287387487587687787887988088188288388488588688788888989089189289389489589689789889990090190290390490590690790890991091191291391491591691791891992092192292392492592692792892993093193293393493593693793893994094194294394494594694794894995095195295395495595695795895996096196296396496596696796896997097197297397497597697797897998098198298398498598698798898999099199299399499599699799899910001001
  1. <!--
  2. Licensed Materials - Property of IBM
  3. IBM Cognos Products: rs
  4. (C) Copyright IBM Corp. 2018, 2020
  5. US Government Users Restricted Rights - Use, duplication or disclosure restricted by GSA ADP Schedule Contract with IBM Corp.
  6. -->
  7. <!-- Templates used to convert dashboard spec to V5 spec. The name of the template matches the visId from dashboard spec -->
  8. <dashboardToV5Templates>
  9. <template name="Blank">
  10. <report useStyleVersion="none" expressionLocale="en-us">
  11. <modelPath/>
  12. <drillBehavior/>
  13. <layouts>
  14. <layout>
  15. <reportPages>
  16. <page>
  17. <style>
  18. <defaultStyles>
  19. <defaultStyle refStyle="pg"/>
  20. </defaultStyles>
  21. </style>
  22. <pageBody>
  23. <style>
  24. <defaultStyles>
  25. <defaultStyle refStyle="pb"/>
  26. </defaultStyles>
  27. </style>
  28. <contents/>
  29. </pageBody>
  30. </page>
  31. </reportPages>
  32. </layout>
  33. </layouts>
  34. </report>
  35. </template>
  36. <template name="List">
  37. <report useStyleVersion="none" expressionLocale="en-us">
  38. <modelPath/>
  39. <drillBehavior modelBasedDrillThru="true"/>
  40. <queries>
  41. <query name="">
  42. <source>
  43. <model/>
  44. </source>
  45. <selection/>
  46. </query>
  47. </queries>
  48. <layouts>
  49. <layout>
  50. <reportPages>
  51. <page>
  52. <style>
  53. <defaultStyles>
  54. <defaultStyle refStyle="pg"/>
  55. </defaultStyles>
  56. </style>
  57. <pageBody>
  58. <style>
  59. <defaultStyles>
  60. <defaultStyle refStyle="pb"/>
  61. </defaultStyles>
  62. </style>
  63. <contents>
  64. <list name="List1" refQuery="" horizontalPagination="true">
  65. <listColumnTitleStyle/>
  66. <listColumnBodyStyle/>
  67. <listColumnStyle/>
  68. <noDataHandler>
  69. <contents>
  70. <block>
  71. <contents>
  72. <textItem>
  73. <dataSource>
  74. <staticValue>No data available</staticValue>
  75. </dataSource>
  76. </textItem>
  77. </contents>
  78. <style>
  79. <CSS value="padding:16px;"/>
  80. </style>
  81. </block>
  82. </contents>
  83. </noDataHandler>
  84. <style>
  85. <defaultStyles>
  86. <defaultStyle refStyle="ls"/>
  87. </defaultStyles>
  88. <CSS value="border-collapse:collapse;"/>
  89. </style>
  90. </list>
  91. </contents>
  92. </pageBody>
  93. <pageHeader>
  94. <contents>
  95. <block>
  96. <style>
  97. <defaultStyles>
  98. <defaultStyle refStyle="ta"/>
  99. </defaultStyles>
  100. </style>
  101. <contents>
  102. <textItem>
  103. <style>
  104. <defaultStyles>
  105. <defaultStyle refStyle="tt"/>
  106. </defaultStyles>
  107. </style>
  108. <dataSource>
  109. <staticValue/>
  110. </dataSource>
  111. </textItem>
  112. </contents>
  113. </block>
  114. </contents>
  115. <style>
  116. <defaultStyles>
  117. <defaultStyle refStyle="ph"/>
  118. </defaultStyles>
  119. <CSS value="padding-bottom:10px"/>
  120. </style>
  121. </pageHeader>
  122. <pageFooter>
  123. <contents>
  124. <table>
  125. <tableRows>
  126. <tableRow>
  127. <tableCells>
  128. <tableCell>
  129. <contents>
  130. <date>
  131. <style>
  132. <dataFormat>
  133. <dateFormat/>
  134. </dataFormat>
  135. </style>
  136. </date>
  137. </contents>
  138. <style>
  139. <CSS value="vertical-align:top;text-align:left;width:25%"/>
  140. </style>
  141. </tableCell>
  142. <tableCell>
  143. <contents>
  144. <pageNumber/>
  145. </contents>
  146. <style>
  147. <CSS value="vertical-align:top;text-align:center;width:50%"/>
  148. </style>
  149. </tableCell>
  150. <tableCell>
  151. <contents>
  152. <time>
  153. <style>
  154. <dataFormat>
  155. <timeFormat/>
  156. </dataFormat>
  157. </style>
  158. </time>
  159. </contents>
  160. <style>
  161. <CSS value="vertical-align:top;text-align:right;width:25%"/>
  162. </style>
  163. </tableCell>
  164. </tableCells>
  165. </tableRow>
  166. </tableRows>
  167. <style>
  168. <defaultStyles>
  169. <defaultStyle refStyle="tb"/>
  170. </defaultStyles>
  171. <CSS value="border-collapse:collapse;width:100%"/>
  172. </style>
  173. </table>
  174. </contents>
  175. <style>
  176. <defaultStyles>
  177. <defaultStyle refStyle="pf"/>
  178. </defaultStyles>
  179. <CSS value="padding-top:10px"/>
  180. </style>
  181. </pageFooter>
  182. </page>
  183. </reportPages>
  184. </layout>
  185. </layouts>
  186. </report>
  187. </template>
  188. <template name="Singleton">
  189. <report useStyleVersion="none" expressionLocale="en-us">
  190. <modelPath/>
  191. <drillBehavior modelBasedDrillThru="true"/>
  192. <queries>
  193. <query name="">
  194. <source>
  195. <model/>
  196. </source>
  197. <selection/>
  198. </query>
  199. </queries>
  200. <layouts>
  201. <layout>
  202. <reportPages>
  203. <page name="Page1">
  204. <style>
  205. <defaultStyles>
  206. <defaultStyle refStyle="pg"/>
  207. </defaultStyles>
  208. </style>
  209. <pageBody>
  210. <style>
  211. <defaultStyles>
  212. <defaultStyle refStyle="pb"/>
  213. </defaultStyles>
  214. </style>
  215. <contents>
  216. <singleton name="Singleton1" refQuery="">
  217. <contents>
  218. <textItem>
  219. <dataSource>
  220. <dataItemValue refDataItem=""/>
  221. </dataSource>
  222. </textItem>
  223. </contents>
  224. </singleton>
  225. </contents>
  226. </pageBody>
  227. </page>
  228. </reportPages>
  229. </layout>
  230. </layouts>
  231. </report>
  232. </template>
  233. <template name="Crosstab">
  234. <report useStyleVersion="none" expressionLocale="en-us">
  235. <modelPath/>
  236. <drillBehavior modelBasedDrillThru="true"/>
  237. <queries>
  238. <query name="">
  239. <source>
  240. <model/>
  241. </source>
  242. <selection/>
  243. </query>
  244. </queries>
  245. <layouts>
  246. <layout>
  247. <reportPages>
  248. <page>
  249. <style>
  250. <defaultStyles>
  251. <defaultStyle refStyle="pg"/>
  252. </defaultStyles>
  253. </style>
  254. <pageBody>
  255. <style>
  256. <defaultStyles>
  257. <defaultStyle refStyle="pb"/>
  258. </defaultStyles>
  259. </style>
  260. <contents>
  261. <crosstab name="Crosstab1" refQuery="" horizontalPagination="true">
  262. <crosstabCorner>
  263. <contents>
  264. <textItem>
  265. <dataSource>
  266. <dataItemLabel refDataItem=""/>
  267. </dataSource>
  268. </textItem>
  269. </contents>
  270. <style>
  271. <defaultStyles>
  272. <defaultStyle refStyle="xm"/>
  273. </defaultStyles>
  274. </style>
  275. </crosstabCorner>
  276. <defaultMeasure refDataItem=""/>
  277. <crosstabFactCell>
  278. <contents>
  279. <textItem>
  280. <dataSource>
  281. <cellValue/>
  282. </dataSource>
  283. </textItem>
  284. </contents>
  285. <style>
  286. <defaultStyles>
  287. <defaultStyle refStyle="mv"/>
  288. </defaultStyles>
  289. </style>
  290. </crosstabFactCell>
  291. <crosstabRowNodeStyle/>
  292. <crosstabColumnNodeStyle/>
  293. <noDataHandler>
  294. <contents>
  295. <block>
  296. <contents>
  297. <textItem>
  298. <dataSource>
  299. <staticValue>No data available</staticValue>
  300. </dataSource>
  301. </textItem>
  302. </contents>
  303. <style>
  304. <CSS value="padding:16px;"/>
  305. </style>
  306. </block>
  307. </contents>
  308. </noDataHandler>
  309. <style>
  310. <defaultStyles>
  311. <defaultStyle refStyle="xt"/>
  312. </defaultStyles>
  313. <CSS value="border-collapse:collapse;"/>
  314. </style>
  315. </crosstab>
  316. </contents>
  317. </pageBody>
  318. <pageHeader>
  319. <contents>
  320. <block>
  321. <style>
  322. <defaultStyles>
  323. <defaultStyle refStyle="ta"/>
  324. </defaultStyles>
  325. </style>
  326. <contents>
  327. <textItem>
  328. <style>
  329. <defaultStyles>
  330. <defaultStyle refStyle="tt"/>
  331. </defaultStyles>
  332. </style>
  333. <dataSource>
  334. <staticValue/>
  335. </dataSource>
  336. </textItem>
  337. </contents>
  338. </block>
  339. </contents>
  340. <style>
  341. <defaultStyles>
  342. <defaultStyle refStyle="ph"/>
  343. </defaultStyles>
  344. <CSS value="padding-bottom:10px"/>
  345. </style>
  346. </pageHeader>
  347. <pageFooter>
  348. <contents>
  349. <table>
  350. <tableRows>
  351. <tableRow>
  352. <tableCells>
  353. <tableCell>
  354. <contents>
  355. <date>
  356. <style>
  357. <dataFormat>
  358. <dateFormat/>
  359. </dataFormat>
  360. </style>
  361. </date>
  362. </contents>
  363. <style>
  364. <CSS value="vertical-align:top;text-align:left;width:25%"/>
  365. </style>
  366. </tableCell>
  367. <tableCell>
  368. <contents>
  369. <pageNumber/>
  370. </contents>
  371. <style>
  372. <CSS value="vertical-align:top;text-align:center;width:50%"/>
  373. </style>
  374. </tableCell>
  375. <tableCell>
  376. <contents>
  377. <time>
  378. <style>
  379. <dataFormat>
  380. <timeFormat/>
  381. </dataFormat>
  382. </style>
  383. </time>
  384. </contents>
  385. <style>
  386. <CSS value="vertical-align:top;text-align:right;width:25%"/>
  387. </style>
  388. </tableCell>
  389. </tableCells>
  390. </tableRow>
  391. </tableRows>
  392. <style>
  393. <defaultStyles>
  394. <defaultStyle refStyle="tb"/>
  395. </defaultStyles>
  396. <CSS value="border-collapse:collapse;width:100%"/>
  397. </style>
  398. </table>
  399. </contents>
  400. <style>
  401. <defaultStyles>
  402. <defaultStyle refStyle="pf"/>
  403. </defaultStyles>
  404. <CSS value="padding-top:10px"/>
  405. </style>
  406. </pageFooter>
  407. </page>
  408. </reportPages>
  409. </layout>
  410. </layouts>
  411. </report>
  412. </template>
  413. <!-- Changes made in these VIDA ussualy require a change in V5ToDashboard.f_getVizControlType -->
  414. <template name="com.ibm.vis.rave2bundlecolumn">
  415. <vizControl type="com.ibm.vis.clusteredColumn" name="Clustered column">
  416. <vcDataSets>
  417. <vcDataSet idDataSet="data">
  418. <vcSlots>
  419. <vcSlotData idSlot="categories"/>
  420. <vcSlotData idSlot="values"/>
  421. <vcSlotData idSlot="color"/>
  422. </vcSlots>
  423. </vcDataSet>
  424. </vcDataSets>
  425. <vizPropertyValues/>
  426. </vizControl>
  427. </template>
  428. <template name="com.ibm.vis.rave2bundlecolumnfloating">
  429. <vizControl type="com.ibm.vis.floatingColumn" name="Floating column">
  430. <vcDataSets>
  431. <vcDataSet idDataSet="data">
  432. <vcSlots>
  433. <vcSlotData idSlot="categories"/>
  434. <vcSlotData idSlot="values"/>
  435. <vcSlotData idSlot="yStart"/>
  436. <vcSlotData idSlot="color"/>
  437. </vcSlots>
  438. </vcDataSet>
  439. </vcDataSets>
  440. <vizPropertyValues/>
  441. </vizControl>
  442. </template>
  443. <template name="com.ibm.vis.rave2bundlecolumntarget">
  444. <vizControl type="com.ibm.vis.targetColumn" name="Target column">
  445. <vcDataSets>
  446. <vcDataSet idDataSet="data">
  447. <vcSlots>
  448. <vcSlotData idSlot="categories"/>
  449. <vcSlotData idSlot="values"/>
  450. <vcSlotData idSlot="target"/>
  451. <vcSlotData idSlot="color"/>
  452. </vcSlots>
  453. </vcDataSet>
  454. </vcDataSets>
  455. <vizPropertyValues/>
  456. </vizControl>
  457. </template>
  458. <template name="com.ibm.vis.rave2bundlebar">
  459. <vizControl type="com.ibm.vis.clusteredBar" name="Clustered bar">
  460. <vcDataSets>
  461. <vcDataSet idDataSet="data">
  462. <vcSlots>
  463. <vcSlotData idSlot="categories"/>
  464. <vcSlotData idSlot="values"/>
  465. <vcSlotData idSlot="color"/>
  466. </vcSlots>
  467. </vcDataSet>
  468. </vcDataSets>
  469. <vizPropertyValues/>
  470. </vizControl>
  471. </template>
  472. <template name="com.ibm.vis.rave2bundlebarfloating">
  473. <vizControl type="com.ibm.vis.floatingBar" name="Floating bar">
  474. <vcDataSets>
  475. <vcDataSet idDataSet="data">
  476. <vcSlots>
  477. <vcSlotData idSlot="categories"/>
  478. <vcSlotData idSlot="values"/>
  479. <vcSlotData idSlot="yStart"/>
  480. <vcSlotData idSlot="color"/>
  481. </vcSlots>
  482. </vcDataSet>
  483. </vcDataSets>
  484. <vizPropertyValues/>
  485. </vizControl>
  486. </template>
  487. <template name="com.ibm.vis.rave2bundlestackedcolumn">
  488. <vizControl type="com.ibm.vis.stackedColumn" name="Stacked column">
  489. <vcDataSets>
  490. <vcDataSet idDataSet="data">
  491. <vcSlots>
  492. <vcSlotData idSlot="categories"/>
  493. <vcSlotData idSlot="values"/>
  494. <vcSlotData idSlot="color"/>
  495. </vcSlots>
  496. </vcDataSet>
  497. </vcDataSets>
  498. <vizPropertyValues/>
  499. </vizControl>
  500. </template>
  501. <template name="com.ibm.vis.rave2bundlestackedbar">
  502. <vizControl type="com.ibm.vis.stackedBar" name="Stacked bar">
  503. <vcDataSets>
  504. <vcDataSet idDataSet="data">
  505. <vcSlots>
  506. <vcSlotData idSlot="categories"/>
  507. <vcSlotData idSlot="values"/>
  508. <vcSlotData idSlot="color"/>
  509. </vcSlots>
  510. </vcDataSet>
  511. </vcDataSets>
  512. <vizPropertyValues/>
  513. </vizControl>
  514. </template>
  515. <template name="com.ibm.vis.rave2bundlearea">
  516. <vizControl type="com.ibm.vis.area" name="Area">
  517. <vcDataSets>
  518. <vcDataSet idDataSet="data">
  519. <vcSlots>
  520. <vcSlotData idSlot="categories"/>
  521. <vcSlotData idSlot="series"/>
  522. <vcSlotData idSlot="values"/>
  523. </vcSlots>
  524. </vcDataSet>
  525. </vcDataSets>
  526. <vizPropertyValues/>
  527. </vizControl>
  528. </template>
  529. <template name="com.ibm.vis.rave2bundletreemap">
  530. <vizControl type="com.ibm.vis.treemap" name="Treemap">
  531. <vcDataSets>
  532. <vcDataSet idDataSet="data">
  533. <vcSlots>
  534. <vcSlotData idSlot="categories"/>
  535. <vcSlotData idSlot="size"/>
  536. <vcSlotData idSlot="color"/>
  537. </vcSlots>
  538. </vcDataSet>
  539. </vcDataSets>
  540. <vizPropertyValues/>
  541. </vizControl>
  542. </template>
  543. <template name="com.ibm.vis.ravebubble">
  544. <vizControl type="com.ibm.vis.bubble" name="Bubble">
  545. <vcDataSets>
  546. <vcDataSet idDataSet="data">
  547. <vcSlots>
  548. <!--vcSlotData idSlot="categories"></vcSlotData-->
  549. <vcSlotData idSlot="x"/>
  550. <vcSlotData idSlot="y"/>
  551. <vcSlotData idSlot="size"/>
  552. <vcSlotData idSlot="color"/>
  553. </vcSlots>
  554. </vcDataSet>
  555. </vcDataSets>
  556. <vizPropertyValues/>
  557. </vizControl>
  558. </template>
  559. <template name="com.ibm.vis.rave2bundlebullet">
  560. <vizControl type="com.ibm.vis.bullet" name="Bullet">
  561. <vcDataSets>
  562. <vcDataSet idDataSet="bulletData">
  563. <vcSlots>
  564. <vcSlotData idSlot="min"/>
  565. <vcSlotData idSlot="mid"/>
  566. <vcSlotData idSlot="max"/>
  567. <vcSlotData idSlot="actual"/>
  568. <vcSlotData idSlot="goal"/>
  569. </vcSlots>
  570. </vcDataSet>
  571. </vcDataSets>
  572. <vizPropertyValues/>
  573. </vizControl>
  574. </template>
  575. <template name="com.ibm.vis.rave2point">
  576. <vizControl type="com.ibm.vis.point" name="Point">
  577. <vcDataSets>
  578. <vcDataSet idDataSet="data">
  579. <vcSlots>
  580. <vcSlotData idSlot="categories"/>
  581. <vcSlotData idSlot="series"/>
  582. <vcSlotData idSlot="values"/>
  583. </vcSlots>
  584. </vcDataSet>
  585. </vcDataSets>
  586. <vizPropertyValues/>
  587. </vizControl>
  588. </template>
  589. <template name="com.ibm.vis.rave2bundlepackedbubble">
  590. <vizControl type="com.ibm.vis.packedBubble" name="Packed bubble">
  591. <vcDataSets>
  592. <vcDataSet idDataSet="data">
  593. <vcSlots>
  594. <vcSlotData idSlot="categories"/>
  595. <vcSlotData idSlot="size"/>
  596. <vcSlotData idSlot="color"/>
  597. </vcSlots>
  598. </vcDataSet>
  599. </vcDataSets>
  600. <vizPropertyValues/>
  601. </vizControl>
  602. </template>
  603. <template name="com.ibm.vis.rave2bundlehierarchicalpackedbubble">
  604. <vizControl type="com.ibm.vis.hierarchicalPackedBubble" name="Hierarchical packed bubble">
  605. <vcDataSets>
  606. <vcDataSet idDataSet="data">
  607. <vcSlots>
  608. <vcSlotData idSlot="categories"/>
  609. <vcSlotData idSlot="size"/>
  610. <vcSlotData idSlot="color"/>
  611. </vcSlots>
  612. </vcDataSet>
  613. </vcDataSets>
  614. <vizPropertyValues/>
  615. </vizControl>
  616. </template>
  617. <template name="com.ibm.vis.rave2marimekko">
  618. <vizControl type="com.ibm.vis.marimekko" name="Marimekko">
  619. <vcDataSets>
  620. <vcDataSet idDataSet="data">
  621. <vcSlots>
  622. <vcSlotData idSlot="categories"/>
  623. <vcSlotData idSlot="color"/>
  624. <vcSlotData idSlot="values"/>
  625. <vcSlotData idSlot="width"/>
  626. </vcSlots>
  627. </vcDataSet>
  628. </vcDataSets>
  629. <vizPropertyValues/>
  630. </vizControl>
  631. </template>
  632. <template name="com.ibm.vis.rave2heat">
  633. <vizControl type="com.ibm.vis.heatmap" name="Heatmap">
  634. <vcDataSets>
  635. <vcDataSet idDataSet="data">
  636. <vcSlots>
  637. <vcSlotData idSlot="categories"/>
  638. <vcSlotData idSlot="series"/>
  639. <vcSlotData idSlot="points"/>
  640. <vcSlotData idSlot="color"/>
  641. <vcSlotData idSlot="size"/>
  642. </vcSlots>
  643. </vcDataSet>
  644. </vcDataSets>
  645. <vizPropertyValues/>
  646. </vizControl>
  647. </template>
  648. <template name="com.ibm.vis.rave2line">
  649. <vizControl type="com.ibm.vis.line" name="Line">
  650. <vcDataSets>
  651. <vcDataSet idDataSet="data">
  652. <vcSlots>
  653. <vcSlotData idSlot="categories"/>
  654. <vcSlotData idSlot="series"/>
  655. <vcSlotData idSlot="values"/>
  656. </vcSlots>
  657. </vcDataSet>
  658. </vcDataSets>
  659. <vizPropertyValues/>
  660. </vizControl>
  661. </template>
  662. <template name="com.ibm.vis.rave2network">
  663. <vizControl type="com.ibm.vis.network" name="Network">
  664. <vcDataSets>
  665. <vcDataSet idDataSet="data">
  666. <vcSlots>
  667. <vcSlotData idSlot="categories"/>
  668. <vcSlotData idSlot="series"/>
  669. <vcSlotData idSlot="values"/>
  670. </vcSlots>
  671. </vcDataSet>
  672. </vcDataSets>
  673. <vizPropertyValues/>
  674. </vizControl>
  675. </template>
  676. <template name="com.ibm.vis.rave2bundlecomposite">
  677. <vizControl type="com.ibm.vis.clusteredCombination" name="Composite">
  678. <vcDataSets>
  679. <vcDataSet idDataSet="column">
  680. <vcSlots>
  681. <vcSlotData idSlot="categories"/>
  682. <vcSlotData idSlot="columnValue"/>
  683. <vcSlotData idSlot="columnColor"/>
  684. </vcSlots>
  685. </vcDataSet>
  686. <vcDataSet idDataSet="line">
  687. <vcSlots>
  688. <vcSlotData idSlot="categories"/>
  689. <vcSlotData idSlot="lineValue"/>
  690. <vcSlotData idSlot="lineColor"/>
  691. </vcSlots>
  692. </vcDataSet>
  693. </vcDataSets>
  694. <vizPropertyValues/>
  695. </vizControl>
  696. </template>
  697. <template name="com.ibm.vis.rave2bundlepie">
  698. <vizControl type="com.ibm.vis.pie" name="Pie">
  699. <vcDataSets>
  700. <vcDataSet idDataSet="data">
  701. <vcSlots>
  702. <vcSlotData idSlot="categories"/>
  703. <vcSlotData idSlot="values"/>
  704. </vcSlots>
  705. </vcDataSet>
  706. </vcDataSets>
  707. <vizPropertyValues/>
  708. </vizControl>
  709. </template>
  710. <template name="com.ibm.vis.rave2bundleradialbar">
  711. <vizControl type="com.ibm.vis.dial" name="Radial">
  712. <vcDataSets>
  713. <vcDataSet idDataSet="dataset">
  714. <vcSlots>
  715. <vcSlotData idSlot="categories"/>
  716. <vcSlotData idSlot="values"/>
  717. <vcSlotData idSlot="color"/>
  718. <vcSlotData idSlot="maxValue"/>
  719. </vcSlots>
  720. </vcDataSet>
  721. </vcDataSets>
  722. <vizPropertyValues/>
  723. </vizControl>
  724. </template>
  725. <template name="com.ibm.vis.rave2bundleradar">
  726. <vizControl type="com.ibm.vis.radar" name="Radar">
  727. <vcDataSets>
  728. <vcDataSet idDataSet="data">
  729. <vcSlots>
  730. <vcSlotData idSlot="categories"/>
  731. <vcSlotData idSlot="series"/>
  732. <vcSlotData idSlot="values"/>
  733. </vcSlots>
  734. </vcDataSet>
  735. </vcDataSets>
  736. <vizPropertyValues/>
  737. </vizControl>
  738. </template>
  739. <template name="com.ibm.vis.ravescatter">
  740. <vizControl type="com.ibm.vis.scatter" name="Scatter plot">
  741. <vcDataSets>
  742. <vcDataSet idDataSet="data">
  743. <vcSlots>
  744. <vcSlotData idSlot="categories"/>
  745. <vcSlotData idSlot="x"/>
  746. <vcSlotData idSlot="y"/>
  747. <vcSlotData idSlot="color"/>
  748. </vcSlots>
  749. </vcDataSet>
  750. </vcDataSets>
  751. <vizPropertyValues/>
  752. </vizControl>
  753. </template>
  754. <template name="com.ibm.vis.rave2bundlewordcloud">
  755. <vizControl type="com.ibm.vis.wordcloud" name="Word cloud">
  756. <vcDataSets>
  757. <vcDataSet idDataSet="data">
  758. <vcSlots>
  759. <vcSlotData idSlot="categories"/>
  760. <vcSlotData idSlot="size"/>
  761. <vcSlotData idSlot="color"/>
  762. </vcSlots>
  763. </vcDataSet>
  764. </vcDataSets>
  765. <vizPropertyValues/>
  766. </vizControl>
  767. </template>
  768. <template name="com.ibm.vis.rave2bundleboxplot">
  769. <vizControl type="com.ibm.vis.boxplot" name="Boxplot">
  770. <vcDataSets>
  771. <vcDataSet idDataSet="data">
  772. <vcSlots>
  773. <vcSlotData idSlot="categories"/>
  774. <vcSlotData idSlot="values"/>
  775. <vcSlotData idSlot="color"/>
  776. <vcSlotData idSlot="key"/>
  777. </vcSlots>
  778. </vcDataSet>
  779. </vcDataSets>
  780. <vizPropertyValues/>
  781. </vizControl>
  782. </template>
  783. <template name="com.ibm.vis.rave2bundlesmootharea">
  784. <vizControl type="com.ibm.vis.smoothArea" name="Smooth area">
  785. <vcDataSets>
  786. <vcDataSet idDataSet="data">
  787. <vcSlots>
  788. <vcSlotData idSlot="categories"/>
  789. <vcSlotData idSlot="series"/>
  790. <vcSlotData idSlot="values"/>
  791. </vcSlots>
  792. </vcDataSet>
  793. </vcDataSets>
  794. <vizPropertyValues/>
  795. </vizControl>
  796. </template>
  797. <template name="com.ibm.vis.rave2bundlewaterfall">
  798. <vizControl type="com.ibm.vis.waterfall" name="Waterfall">
  799. <vcDataSets>
  800. <vcDataSet idDataSet="data">
  801. <vcSlots>
  802. <vcSlotData idSlot="categories"/>
  803. <vcSlotData idSlot="subcategories"/>
  804. <vcSlotData idSlot="values"/>
  805. </vcSlots>
  806. </vcDataSet>
  807. </vcDataSets>
  808. <vizPropertyValues/>
  809. </vizControl>
  810. </template>
  811. <template name="com.ibm.vis.rave2bundletiledmap">
  812. <vizControl type="com.ibm.vis.tiledmap" name="Map">
  813. <vcDataSets>
  814. <vcDataSet idDataSet="data.region">
  815. <vcSlots>
  816. <vcSlotData geoCode="true" idSlot="locations"/>
  817. <vcSlotData idSlot="locationColor"/>
  818. </vcSlots>
  819. </vcDataSet>
  820. <vcDataSet idDataSet="data.point">
  821. <vcSlots>
  822. <vcSlotData geoCode="true" idSlot="pointLocations"/>
  823. <vcSlotData idSlot="pointSize"/>
  824. <vcSlotData idSlot="pointColor"/>
  825. </vcSlots>
  826. </vcDataSet>
  827. <vcDataSet idDataSet="data.latlong">
  828. <vcSlots>
  829. <vcSlotData idSlot="latlongLocations.latitude"/>
  830. <vcSlotData idSlot="latlongLocations.longitude"/>
  831. <vcSlotData idSlot="latlongLocations.caption"/>
  832. <vcSlotData idSlot="latlongSize"/>
  833. <vcSlotData idSlot="latlongColor"/>
  834. </vcSlots>
  835. </vcDataSet>
  836. </vcDataSets>
  837. <vizPropertyValues/>
  838. </vizControl>
  839. </template>
  840. <template name="ListColumn">
  841. <listColumn>
  842. <listColumnTitle>
  843. <style>
  844. <defaultStyles>
  845. <defaultStyle refStyle="lt"/>
  846. </defaultStyles>
  847. </style>
  848. <contents>
  849. <textItem>
  850. <dataSource>
  851. <dataItemLabel refDataItem=""/>
  852. </dataSource>
  853. </textItem>
  854. </contents>
  855. </listColumnTitle>
  856. <listColumnBody>
  857. <style>
  858. <defaultStyles>
  859. <defaultStyle refStyle="lc"/>
  860. </defaultStyles>
  861. </style>
  862. <contents>
  863. <textItem>
  864. <dataSource>
  865. <dataItemValue refDataItem=""/>
  866. </dataSource>
  867. </textItem>
  868. </contents>
  869. <listColumnRowSpan refDataItem=""/>
  870. </listColumnBody>
  871. </listColumn>
  872. </template>
  873. <template name="ListGroup">
  874. <listGroup refDataItem="">
  875. <listFooter>
  876. <listRows>
  877. <listRow>
  878. <rowCells>
  879. <rowCell colSpan="">
  880. <contents>
  881. <textItem>
  882. <dataSource>
  883. <dataItemValue refDataItem=""/>
  884. </dataSource>
  885. </textItem>
  886. <textItem>
  887. <dataSource>
  888. <staticValue> - </staticValue>
  889. </dataSource>
  890. </textItem>
  891. <textItem>
  892. <dataSource>
  893. <staticValue>Summary</staticValue>
  894. </dataSource>
  895. </textItem>
  896. </contents>
  897. <style>
  898. <defaultStyles>
  899. <defaultStyle refStyle="of"/>
  900. </defaultStyles>
  901. </style>
  902. </rowCell>
  903. </rowCells>
  904. </listRow>
  905. </listRows>
  906. </listFooter>
  907. </listGroup>
  908. </template>
  909. <template name="ListOverallGroup">
  910. <listOverallGroup>
  911. <listFooter>
  912. <listRows>
  913. <listRow>
  914. <rowCells>
  915. <rowCell colSpan="">
  916. <contents>
  917. <textItem>
  918. <dataSource>
  919. <staticValue>Overall</staticValue>
  920. </dataSource>
  921. </textItem>
  922. <textItem>
  923. <dataSource>
  924. <staticValue> - </staticValue>
  925. </dataSource>
  926. </textItem>
  927. <textItem>
  928. <dataSource>
  929. <staticValue>Summary</staticValue>
  930. </dataSource>
  931. </textItem>
  932. </contents>
  933. <style>
  934. <defaultStyles>
  935. <defaultStyle refStyle="if"/>
  936. </defaultStyles>
  937. </style>
  938. </rowCell>
  939. </rowCells>
  940. </listRow>
  941. </listRows>
  942. </listFooter>
  943. </listOverallGroup>
  944. </template>
  945. <template name="ListGroupSummary">
  946. <rowCell>
  947. <contents>
  948. <textItem>
  949. <dataSource>
  950. <dataItemValue refDataItem=""/>
  951. </dataSource>
  952. </textItem>
  953. </contents>
  954. <style>
  955. <defaultStyles>
  956. <defaultStyle refStyle="os"/>
  957. </defaultStyles>
  958. </style>
  959. </rowCell>
  960. </template>
  961. <template name="DataItemMeasure">
  962. <dataItemMeasure name="">
  963. <dmMember>
  964. <MUN/>
  965. <itemCaption/>
  966. </dmMember>
  967. <dmDimension>
  968. <DUN/>
  969. <itemCaption/>
  970. </dmDimension>
  971. </dataItemMeasure>
  972. </template>
  973. <template name="DataItemLevelSet">
  974. <dataItemLevelSet name="">
  975. <dmLevel>
  976. <LUN/>
  977. <itemCaption/>
  978. </dmLevel>
  979. <dmDimension>
  980. <DUN/>
  981. <itemCaption/>
  982. </dmDimension>
  983. <dmHierarchy>
  984. <HUN/>
  985. <itemCaption/>
  986. </dmHierarchy>
  987. </dataItemLevelSet>
  988. </template>
  989. <template name="DataItemDimensionalEdgeSummary">
  990. <dataItemDimensionalEdgeSummary solveOrder="1" refDataItem="" aggregateMethod="total" name="" label="Summary">
  991. <dmDimension>
  992. <DUN/>
  993. <itemCaption/>
  994. </dmDimension>
  995. <dmHierarchy>
  996. <HUN/>
  997. <itemCaption/>
  998. </dmHierarchy>
  999. </dataItemDimensionalEdgeSummary>
  1000. </template>
  1001. </dashboardToV5Templates>