This repository was archived by the owner on Oct 4, 2022. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathDefinition.xml
More file actions
23 lines (22 loc) · 1.53 KB
/
Copy pathDefinition.xml
File metadata and controls
23 lines (22 loc) · 1.53 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
<?xml version="1.0" encoding="utf-8"?>
<ExtensionObject Label="ZoomableSunburst" Description="D3 Zoomable Sunburst" PageHeight="50000">
<PropertiesPage Version="11" File="Properties.qvpp" />
<Dimension Label="Parent" Initial="Path" TargetName="Dimension Name" />
<Dimension Label="Name" Initial="Measure" TargetName="Dimension Name" />
<Measurement Label="Measure" Initial="Sum(Measure)"/>
<Measurement Label="Measure" Initial=""/>
<Measurement Label="Measure" Initial=""/>
<Text Label="Font size" Type="text" Expression="10" />
<Text Label="Font family" Type="text" Expression="sans-serif" />
<Text Label="Color Scheme" Type="select" Select="YlGn,YlGnBu,GnBu,BuGn,PuBuGn,PuBu,BuPu,RdPu,PuRd,OrRd,YlOrRd,YlOrBr,Purples,Blues,Greens,Oranges,Reds,Greys,PuOr,BrBG,PRGn,PiYG,RdBu,RdGy,RdYlBu,Spectral,RdYlGn,Accent,Dark2,Paired,Pastel1,Pastel2,Set1,Set2,Set3" Expression="Pastel1"/>
<Text Label="Color Sub Scheme" Type="select" Select="3,4,5,6,7,8,9,10,11,12" Expression="3"/>
<Text Label="Opacity (0-100)" Type="text" Expression="75" />
<Text Label="Zoom speed (ms)" Type="text" Expression="750" />
<Text Label="Width" Type="text" Expression="900" />
<Text Label="Height" Type="text" Expression="700" />
<Text Label="Border Width" Type="text" Expression="0.3" />
<Text Label="Border Color" Type="text" Expression="white" />
<Text Label="Tooltip style" Type="text" Expression="" />
<Initiate Name="Chart.Title" value="d3 Zoomable Sunburst" />
<Initiate Name="Caption.Text" Value="d3 Zoomable Sunburst" />
</ExtensionObject>