General : General properties used in all visualizations

# graphType
Specifies the type of graph to be rendered
Type: string
Default: Bar
Options: Alluvial, Area, AreaLine, Bar, BarLine, Boxplot, Bin, Binplot, Bubble, Bullet, Bump, CDF, Chord, Circular, Cleveland, Contour, Correlation, Density, Distribution, Donut, DotLine, Dotplot, Dumbbell, Fish, Gantt, Genome, Heatmap, Hex, Hexplot, Histogram, KaplanMeier, Line, Lollipop, Map, Meter, Network, ParallelCoordinates, Pareto, Pie, QQ, Quantile, Radar, Ribbon, Ridgeline, Sankey, Scatter2D, Scatter3D, ScatterBubble2D, Spaghetti, Stacked, StackedLine, StackedPercent, StackedPercentLine, Streamgraph, Sunburst, TagCloud, TimeSeries, Tornado, Tree, Treemap, Upset, Violin, Volcano, Venn, Waterfall, WordCloud

graphType : "Bar"

graphType : "Scatter2D"

graphType : "Boxplot"


# theme
The style for the plot or theme will control all the non-data elements of the plot including titles, legends, axes, panel and plot background colors and other stylistic elements
Type: string
Default: none
Options: bw, classic, cx, cxdark, dark, economist, excel, ggblanket, ggplot, gray, grey, highcharts, igray, light, linedraw, minimal, none, ptol, solarized, stata, tableau, void0, wsj, cx2

theme : "cxdark"

theme : "ggplot"

theme : "economist"