├── .gitignore ├── DashTemplateFramework ├── DropdownList │ ├── dashboard_diff_label_value.py │ ├── dashboard_disablesearch_dropdown.py │ ├── dashboard_multiSelections.py │ ├── dashboard_multidropdowns.py │ ├── dashboard_placeholder_dropdownlist.py │ ├── dashboard_singleSelection.py │ ├── dropdown_diff_label_value.png │ ├── dropdown_placeholder.png │ ├── dropdwon_disablesearch.png │ ├── multipleSelections_dropdowns.png │ ├── multiple_dropdowns.png │ ├── readme.md │ └── single_dropdown.png ├── Multitabs │ ├── dashboard_onediv.py │ ├── dashboard_structure.py │ ├── one_div.png │ └── readme.md └── readme.md ├── DashboardExample ├── DashExample.py ├── Data │ ├── Console_share_CA.csv │ ├── Console_share_GB.csv │ ├── Console_share_HK.csv │ ├── Console_share_JP.csv │ ├── Console_share_KR.csv │ ├── Console_share_US.csv │ ├── Console_share_WorldWide.csv │ ├── Markdown_CA.txt │ ├── Markdown_GB.txt │ ├── Markdown_HK.txt │ ├── Markdown_JP.txt │ ├── Markdown_KR.txt │ ├── Markdown_US.txt │ ├── Markdown_WorldWide.txt │ └── source.txt ├── Images │ ├── Dash@2x.jpg │ ├── gaming_dashboard.png │ ├── gaming_dashboard_bar.png │ └── gaming_dashboard_layout.png └── Readme.md ├── DockerizeDash ├── Dockerfile ├── display_dash.py ├── readme.md └── requirements.txt ├── Part1 ├── README.md ├── computer_security_dash.png ├── dash_part1.py ├── data.csv ├── example1_whisky.py ├── example2_existing_plotly.py ├── whisky_dash.png └── whisky_plotly.png ├── Part2 ├── Air_Traffic_Passenger_Statistics.csv ├── dash_inputs.py ├── dash_slider.py ├── dash_slider_pic.png ├── example3_cap.png ├── example3_slider.py ├── example4_cap.png ├── example4_filter1.png ├── example4_multinput.py ├── example5_cap.png ├── example5_multioutputs.py ├── example5_output.png ├── example6_markdown.py ├── example_filter2.png └── readme.md ├── Part3 ├── example7_hover.png ├── example7_interactive.py ├── example7_selections.png └── readme.md ├── PlotlyExample ├── BarChart │ ├── Groupbar.py │ ├── HorizontalBar.py │ ├── Readme.md │ ├── Simplebar.py │ ├── Stackbar.py │ ├── bar.png │ ├── groupbar.png │ ├── hbar.png │ └── stackbar.png ├── BoxPlot │ ├── Readme.md │ ├── box.png │ └── boxplot_simple.py ├── CandlestickChart │ ├── AAPLprice.py │ ├── Candlestick.png │ └── Readme.md ├── ChoroplethGraph │ ├── Example_Basic_ChoroplethGraph.py │ ├── Readme.md │ └── basic_choropleth.png ├── Data │ ├── county_avg_rent.csv │ ├── countyfips.csv │ ├── cust_num.csv │ ├── ecom_funnel.csv │ ├── expense_dept.csv │ ├── expense_everybody.csv │ ├── grades.csv │ ├── hk_population.csv │ ├── revenue_dept.csv │ ├── salary.csv │ └── tips.csv ├── FunnelChart │ ├── readme.md │ ├── simple_funnel.png │ ├── simple_funnel.py │ ├── simple_funnelarea.py │ ├── simple_funnelarea1.png │ ├── simple_funnelarea2.png │ ├── stack_funnel.png │ └── stack_funnel.py ├── Heatmap │ ├── Readme.md │ ├── Simple_heatmap.py │ └── simpleheatmap.png ├── Histogram │ ├── AggregatedHistogram.py │ ├── CumulativeHistogram.py │ ├── NormalizedHistogram.py │ ├── OverlaidHistogram.py │ ├── Readme.md │ ├── SimpleHistogram.py │ ├── StackedHistogram.py │ ├── aggregated_histogram.png │ ├── cumulative_histogram.png │ ├── normalized_histogram.png │ ├── overlaid_histogram.png │ ├── simple_histogram.png │ └── stacked_histogram.png ├── LineChart │ ├── Mutlilines_Linechart.py │ ├── SimpleLinechart.py │ ├── SimpleLinechart_points.py │ ├── multilines.png │ ├── readme.md │ ├── simple_linechart.png │ └── simple_linechart_points.png ├── ParallelCoordinatesPlot │ ├── complex_parcoords.png │ ├── complex_pcate.py │ ├── readme.md │ ├── simple_parcoords.png │ ├── simple_parcoords_constrain.png │ └── simple_pcate.py ├── PieChart │ ├── Multiple_pies.py │ ├── Pretty_pie.py │ ├── Readme.md │ ├── Simple_donut.py │ ├── Simple_pie.py │ ├── multi_pies.png │ ├── prettypie.png │ ├── simpledonut.png │ └── simplepie.png ├── Readme.md ├── SankeyChart │ ├── plotly_example.png │ ├── plotlyexample_sankey.py │ ├── readme.md │ ├── simple_sankey.png │ └── simple_sankey.py ├── ScatterPlot │ ├── Bubblechart.py │ ├── Bubblechart_legend.py │ ├── CateColourScatterplot.py │ ├── CateColourScatterplot_legend.py │ ├── NumColourScatterplot.py │ ├── SimpleScatterplot.py │ ├── bubblechart.png │ ├── bubblechart_legend.png │ ├── catedim_scatterplot.png │ ├── catedim_scatterplot_legend.png │ ├── numdim_scatterplot.png │ ├── readme.md │ └── simple_scatterplot.png ├── SunburstChart │ ├── readme.md │ ├── simple_sunburst.png │ ├── simple_sunburst_agsunset.png │ ├── simplesunburst.py │ └── simplesunburst_colourscale.py └── Treemap │ ├── PlotlyExample_treemap.py │ ├── SalaryExample_treemap.py │ ├── plotly_treemap.png │ ├── readme.md │ └── salary_treemap.png ├── PlotlyTemplateFramework ├── .gitignore ├── TemplateExamples │ ├── aggregatedhistogram_arguements.json │ ├── boxplot_arguements.json │ ├── bubblechart_arguements.json │ ├── candlestick_arguements.json │ ├── catecolour_scatter_arguement.json │ ├── catehistogram_arguements.json │ ├── complexbar_arguements.json │ ├── horizontalbar_arguements.json │ ├── multilines_arguements.json │ ├── normalizedhistogram_arguements.json │ ├── numcolour_scatter_arguements.json │ ├── readme.md │ ├── simplebar_arguements.json │ ├── simplefunnel_arguements.json │ ├── simplefunnelarea_arguements.json │ ├── simpleheatmap_arguements.json │ ├── simplehistogram_arguements.json │ ├── simpleline_arguements.json │ ├── simplepie_arguements.json │ ├── simplescatter_arguements.json │ └── stackfunnel_arguements.json ├── arguements.json ├── call_plotly.py ├── check_metadata.py ├── css_colours.py ├── data.py ├── generate_bar.py ├── generate_boxplot.py ├── generate_candlestick.py ├── generate_funnel.py ├── generate_heatmap.py ├── generate_histogram.py ├── generate_line.py ├── generate_pie.py ├── generate_plotly.py ├── generate_scatterplot.py ├── layout.py └── readme.md └── readme.md /.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jacquessham/DashExamples/HEAD/.gitignore -------------------------------------------------------------------------------- /DashTemplateFramework/DropdownList/dashboard_diff_label_value.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jacquessham/DashExamples/HEAD/DashTemplateFramework/DropdownList/dashboard_diff_label_value.py -------------------------------------------------------------------------------- /DashTemplateFramework/DropdownList/dashboard_disablesearch_dropdown.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jacquessham/DashExamples/HEAD/DashTemplateFramework/DropdownList/dashboard_disablesearch_dropdown.py -------------------------------------------------------------------------------- /DashTemplateFramework/DropdownList/dashboard_multiSelections.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jacquessham/DashExamples/HEAD/DashTemplateFramework/DropdownList/dashboard_multiSelections.py -------------------------------------------------------------------------------- /DashTemplateFramework/DropdownList/dashboard_multidropdowns.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jacquessham/DashExamples/HEAD/DashTemplateFramework/DropdownList/dashboard_multidropdowns.py -------------------------------------------------------------------------------- /DashTemplateFramework/DropdownList/dashboard_placeholder_dropdownlist.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jacquessham/DashExamples/HEAD/DashTemplateFramework/DropdownList/dashboard_placeholder_dropdownlist.py -------------------------------------------------------------------------------- /DashTemplateFramework/DropdownList/dashboard_singleSelection.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jacquessham/DashExamples/HEAD/DashTemplateFramework/DropdownList/dashboard_singleSelection.py -------------------------------------------------------------------------------- /DashTemplateFramework/DropdownList/dropdown_diff_label_value.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jacquessham/DashExamples/HEAD/DashTemplateFramework/DropdownList/dropdown_diff_label_value.png -------------------------------------------------------------------------------- /DashTemplateFramework/DropdownList/dropdown_placeholder.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jacquessham/DashExamples/HEAD/DashTemplateFramework/DropdownList/dropdown_placeholder.png -------------------------------------------------------------------------------- /DashTemplateFramework/DropdownList/dropdwon_disablesearch.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jacquessham/DashExamples/HEAD/DashTemplateFramework/DropdownList/dropdwon_disablesearch.png -------------------------------------------------------------------------------- /DashTemplateFramework/DropdownList/multipleSelections_dropdowns.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jacquessham/DashExamples/HEAD/DashTemplateFramework/DropdownList/multipleSelections_dropdowns.png -------------------------------------------------------------------------------- /DashTemplateFramework/DropdownList/multiple_dropdowns.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jacquessham/DashExamples/HEAD/DashTemplateFramework/DropdownList/multiple_dropdowns.png -------------------------------------------------------------------------------- /DashTemplateFramework/DropdownList/readme.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jacquessham/DashExamples/HEAD/DashTemplateFramework/DropdownList/readme.md -------------------------------------------------------------------------------- /DashTemplateFramework/DropdownList/single_dropdown.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jacquessham/DashExamples/HEAD/DashTemplateFramework/DropdownList/single_dropdown.png -------------------------------------------------------------------------------- /DashTemplateFramework/Multitabs/dashboard_onediv.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jacquessham/DashExamples/HEAD/DashTemplateFramework/Multitabs/dashboard_onediv.py -------------------------------------------------------------------------------- /DashTemplateFramework/Multitabs/dashboard_structure.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jacquessham/DashExamples/HEAD/DashTemplateFramework/Multitabs/dashboard_structure.py -------------------------------------------------------------------------------- /DashTemplateFramework/Multitabs/one_div.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jacquessham/DashExamples/HEAD/DashTemplateFramework/Multitabs/one_div.png -------------------------------------------------------------------------------- /DashTemplateFramework/Multitabs/readme.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jacquessham/DashExamples/HEAD/DashTemplateFramework/Multitabs/readme.md -------------------------------------------------------------------------------- /DashTemplateFramework/readme.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jacquessham/DashExamples/HEAD/DashTemplateFramework/readme.md -------------------------------------------------------------------------------- /DashboardExample/DashExample.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jacquessham/DashExamples/HEAD/DashboardExample/DashExample.py -------------------------------------------------------------------------------- /DashboardExample/Data/Console_share_CA.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jacquessham/DashExamples/HEAD/DashboardExample/Data/Console_share_CA.csv -------------------------------------------------------------------------------- /DashboardExample/Data/Console_share_GB.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jacquessham/DashExamples/HEAD/DashboardExample/Data/Console_share_GB.csv -------------------------------------------------------------------------------- /DashboardExample/Data/Console_share_HK.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jacquessham/DashExamples/HEAD/DashboardExample/Data/Console_share_HK.csv -------------------------------------------------------------------------------- /DashboardExample/Data/Console_share_JP.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jacquessham/DashExamples/HEAD/DashboardExample/Data/Console_share_JP.csv -------------------------------------------------------------------------------- /DashboardExample/Data/Console_share_KR.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jacquessham/DashExamples/HEAD/DashboardExample/Data/Console_share_KR.csv -------------------------------------------------------------------------------- /DashboardExample/Data/Console_share_US.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jacquessham/DashExamples/HEAD/DashboardExample/Data/Console_share_US.csv -------------------------------------------------------------------------------- /DashboardExample/Data/Console_share_WorldWide.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jacquessham/DashExamples/HEAD/DashboardExample/Data/Console_share_WorldWide.csv -------------------------------------------------------------------------------- /DashboardExample/Data/Markdown_CA.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jacquessham/DashExamples/HEAD/DashboardExample/Data/Markdown_CA.txt -------------------------------------------------------------------------------- /DashboardExample/Data/Markdown_GB.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jacquessham/DashExamples/HEAD/DashboardExample/Data/Markdown_GB.txt -------------------------------------------------------------------------------- /DashboardExample/Data/Markdown_HK.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jacquessham/DashExamples/HEAD/DashboardExample/Data/Markdown_HK.txt -------------------------------------------------------------------------------- /DashboardExample/Data/Markdown_JP.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jacquessham/DashExamples/HEAD/DashboardExample/Data/Markdown_JP.txt -------------------------------------------------------------------------------- /DashboardExample/Data/Markdown_KR.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jacquessham/DashExamples/HEAD/DashboardExample/Data/Markdown_KR.txt -------------------------------------------------------------------------------- /DashboardExample/Data/Markdown_US.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jacquessham/DashExamples/HEAD/DashboardExample/Data/Markdown_US.txt -------------------------------------------------------------------------------- /DashboardExample/Data/Markdown_WorldWide.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jacquessham/DashExamples/HEAD/DashboardExample/Data/Markdown_WorldWide.txt -------------------------------------------------------------------------------- /DashboardExample/Data/source.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jacquessham/DashExamples/HEAD/DashboardExample/Data/source.txt -------------------------------------------------------------------------------- /DashboardExample/Images/Dash@2x.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jacquessham/DashExamples/HEAD/DashboardExample/Images/Dash@2x.jpg -------------------------------------------------------------------------------- /DashboardExample/Images/gaming_dashboard.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jacquessham/DashExamples/HEAD/DashboardExample/Images/gaming_dashboard.png -------------------------------------------------------------------------------- /DashboardExample/Images/gaming_dashboard_bar.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jacquessham/DashExamples/HEAD/DashboardExample/Images/gaming_dashboard_bar.png -------------------------------------------------------------------------------- /DashboardExample/Images/gaming_dashboard_layout.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jacquessham/DashExamples/HEAD/DashboardExample/Images/gaming_dashboard_layout.png -------------------------------------------------------------------------------- /DashboardExample/Readme.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jacquessham/DashExamples/HEAD/DashboardExample/Readme.md -------------------------------------------------------------------------------- /DockerizeDash/Dockerfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jacquessham/DashExamples/HEAD/DockerizeDash/Dockerfile -------------------------------------------------------------------------------- /DockerizeDash/display_dash.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jacquessham/DashExamples/HEAD/DockerizeDash/display_dash.py -------------------------------------------------------------------------------- /DockerizeDash/readme.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jacquessham/DashExamples/HEAD/DockerizeDash/readme.md -------------------------------------------------------------------------------- /DockerizeDash/requirements.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jacquessham/DashExamples/HEAD/DockerizeDash/requirements.txt -------------------------------------------------------------------------------- /Part1/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jacquessham/DashExamples/HEAD/Part1/README.md -------------------------------------------------------------------------------- /Part1/computer_security_dash.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jacquessham/DashExamples/HEAD/Part1/computer_security_dash.png -------------------------------------------------------------------------------- /Part1/dash_part1.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jacquessham/DashExamples/HEAD/Part1/dash_part1.py -------------------------------------------------------------------------------- /Part1/data.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jacquessham/DashExamples/HEAD/Part1/data.csv -------------------------------------------------------------------------------- /Part1/example1_whisky.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jacquessham/DashExamples/HEAD/Part1/example1_whisky.py -------------------------------------------------------------------------------- /Part1/example2_existing_plotly.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jacquessham/DashExamples/HEAD/Part1/example2_existing_plotly.py -------------------------------------------------------------------------------- /Part1/whisky_dash.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jacquessham/DashExamples/HEAD/Part1/whisky_dash.png -------------------------------------------------------------------------------- /Part1/whisky_plotly.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jacquessham/DashExamples/HEAD/Part1/whisky_plotly.png -------------------------------------------------------------------------------- /Part2/Air_Traffic_Passenger_Statistics.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jacquessham/DashExamples/HEAD/Part2/Air_Traffic_Passenger_Statistics.csv -------------------------------------------------------------------------------- /Part2/dash_inputs.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jacquessham/DashExamples/HEAD/Part2/dash_inputs.py -------------------------------------------------------------------------------- /Part2/dash_slider.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jacquessham/DashExamples/HEAD/Part2/dash_slider.py -------------------------------------------------------------------------------- /Part2/dash_slider_pic.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jacquessham/DashExamples/HEAD/Part2/dash_slider_pic.png -------------------------------------------------------------------------------- /Part2/example3_cap.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jacquessham/DashExamples/HEAD/Part2/example3_cap.png -------------------------------------------------------------------------------- /Part2/example3_slider.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jacquessham/DashExamples/HEAD/Part2/example3_slider.py -------------------------------------------------------------------------------- /Part2/example4_cap.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jacquessham/DashExamples/HEAD/Part2/example4_cap.png -------------------------------------------------------------------------------- /Part2/example4_filter1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jacquessham/DashExamples/HEAD/Part2/example4_filter1.png -------------------------------------------------------------------------------- /Part2/example4_multinput.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jacquessham/DashExamples/HEAD/Part2/example4_multinput.py -------------------------------------------------------------------------------- /Part2/example5_cap.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jacquessham/DashExamples/HEAD/Part2/example5_cap.png -------------------------------------------------------------------------------- /Part2/example5_multioutputs.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jacquessham/DashExamples/HEAD/Part2/example5_multioutputs.py -------------------------------------------------------------------------------- /Part2/example5_output.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jacquessham/DashExamples/HEAD/Part2/example5_output.png -------------------------------------------------------------------------------- /Part2/example6_markdown.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jacquessham/DashExamples/HEAD/Part2/example6_markdown.py -------------------------------------------------------------------------------- /Part2/example_filter2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jacquessham/DashExamples/HEAD/Part2/example_filter2.png -------------------------------------------------------------------------------- /Part2/readme.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jacquessham/DashExamples/HEAD/Part2/readme.md -------------------------------------------------------------------------------- /Part3/example7_hover.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jacquessham/DashExamples/HEAD/Part3/example7_hover.png -------------------------------------------------------------------------------- /Part3/example7_interactive.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jacquessham/DashExamples/HEAD/Part3/example7_interactive.py -------------------------------------------------------------------------------- /Part3/example7_selections.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jacquessham/DashExamples/HEAD/Part3/example7_selections.png -------------------------------------------------------------------------------- /Part3/readme.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jacquessham/DashExamples/HEAD/Part3/readme.md -------------------------------------------------------------------------------- /PlotlyExample/BarChart/Groupbar.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jacquessham/DashExamples/HEAD/PlotlyExample/BarChart/Groupbar.py -------------------------------------------------------------------------------- /PlotlyExample/BarChart/HorizontalBar.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jacquessham/DashExamples/HEAD/PlotlyExample/BarChart/HorizontalBar.py -------------------------------------------------------------------------------- /PlotlyExample/BarChart/Readme.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jacquessham/DashExamples/HEAD/PlotlyExample/BarChart/Readme.md -------------------------------------------------------------------------------- /PlotlyExample/BarChart/Simplebar.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jacquessham/DashExamples/HEAD/PlotlyExample/BarChart/Simplebar.py -------------------------------------------------------------------------------- /PlotlyExample/BarChart/Stackbar.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jacquessham/DashExamples/HEAD/PlotlyExample/BarChart/Stackbar.py -------------------------------------------------------------------------------- /PlotlyExample/BarChart/bar.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jacquessham/DashExamples/HEAD/PlotlyExample/BarChart/bar.png -------------------------------------------------------------------------------- /PlotlyExample/BarChart/groupbar.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jacquessham/DashExamples/HEAD/PlotlyExample/BarChart/groupbar.png -------------------------------------------------------------------------------- /PlotlyExample/BarChart/hbar.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jacquessham/DashExamples/HEAD/PlotlyExample/BarChart/hbar.png -------------------------------------------------------------------------------- /PlotlyExample/BarChart/stackbar.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jacquessham/DashExamples/HEAD/PlotlyExample/BarChart/stackbar.png -------------------------------------------------------------------------------- /PlotlyExample/BoxPlot/Readme.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jacquessham/DashExamples/HEAD/PlotlyExample/BoxPlot/Readme.md -------------------------------------------------------------------------------- /PlotlyExample/BoxPlot/box.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jacquessham/DashExamples/HEAD/PlotlyExample/BoxPlot/box.png -------------------------------------------------------------------------------- /PlotlyExample/BoxPlot/boxplot_simple.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jacquessham/DashExamples/HEAD/PlotlyExample/BoxPlot/boxplot_simple.py -------------------------------------------------------------------------------- /PlotlyExample/CandlestickChart/AAPLprice.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jacquessham/DashExamples/HEAD/PlotlyExample/CandlestickChart/AAPLprice.py -------------------------------------------------------------------------------- /PlotlyExample/CandlestickChart/Candlestick.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jacquessham/DashExamples/HEAD/PlotlyExample/CandlestickChart/Candlestick.png -------------------------------------------------------------------------------- /PlotlyExample/CandlestickChart/Readme.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jacquessham/DashExamples/HEAD/PlotlyExample/CandlestickChart/Readme.md -------------------------------------------------------------------------------- /PlotlyExample/ChoroplethGraph/Example_Basic_ChoroplethGraph.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jacquessham/DashExamples/HEAD/PlotlyExample/ChoroplethGraph/Example_Basic_ChoroplethGraph.py -------------------------------------------------------------------------------- /PlotlyExample/ChoroplethGraph/Readme.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jacquessham/DashExamples/HEAD/PlotlyExample/ChoroplethGraph/Readme.md -------------------------------------------------------------------------------- /PlotlyExample/ChoroplethGraph/basic_choropleth.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jacquessham/DashExamples/HEAD/PlotlyExample/ChoroplethGraph/basic_choropleth.png -------------------------------------------------------------------------------- /PlotlyExample/Data/county_avg_rent.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jacquessham/DashExamples/HEAD/PlotlyExample/Data/county_avg_rent.csv -------------------------------------------------------------------------------- /PlotlyExample/Data/countyfips.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jacquessham/DashExamples/HEAD/PlotlyExample/Data/countyfips.csv -------------------------------------------------------------------------------- /PlotlyExample/Data/cust_num.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jacquessham/DashExamples/HEAD/PlotlyExample/Data/cust_num.csv -------------------------------------------------------------------------------- /PlotlyExample/Data/ecom_funnel.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jacquessham/DashExamples/HEAD/PlotlyExample/Data/ecom_funnel.csv -------------------------------------------------------------------------------- /PlotlyExample/Data/expense_dept.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jacquessham/DashExamples/HEAD/PlotlyExample/Data/expense_dept.csv -------------------------------------------------------------------------------- /PlotlyExample/Data/expense_everybody.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jacquessham/DashExamples/HEAD/PlotlyExample/Data/expense_everybody.csv -------------------------------------------------------------------------------- /PlotlyExample/Data/grades.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jacquessham/DashExamples/HEAD/PlotlyExample/Data/grades.csv -------------------------------------------------------------------------------- /PlotlyExample/Data/hk_population.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jacquessham/DashExamples/HEAD/PlotlyExample/Data/hk_population.csv -------------------------------------------------------------------------------- /PlotlyExample/Data/revenue_dept.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jacquessham/DashExamples/HEAD/PlotlyExample/Data/revenue_dept.csv -------------------------------------------------------------------------------- /PlotlyExample/Data/salary.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jacquessham/DashExamples/HEAD/PlotlyExample/Data/salary.csv -------------------------------------------------------------------------------- /PlotlyExample/Data/tips.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jacquessham/DashExamples/HEAD/PlotlyExample/Data/tips.csv -------------------------------------------------------------------------------- /PlotlyExample/FunnelChart/readme.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jacquessham/DashExamples/HEAD/PlotlyExample/FunnelChart/readme.md -------------------------------------------------------------------------------- /PlotlyExample/FunnelChart/simple_funnel.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jacquessham/DashExamples/HEAD/PlotlyExample/FunnelChart/simple_funnel.png -------------------------------------------------------------------------------- /PlotlyExample/FunnelChart/simple_funnel.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jacquessham/DashExamples/HEAD/PlotlyExample/FunnelChart/simple_funnel.py -------------------------------------------------------------------------------- /PlotlyExample/FunnelChart/simple_funnelarea.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jacquessham/DashExamples/HEAD/PlotlyExample/FunnelChart/simple_funnelarea.py -------------------------------------------------------------------------------- /PlotlyExample/FunnelChart/simple_funnelarea1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jacquessham/DashExamples/HEAD/PlotlyExample/FunnelChart/simple_funnelarea1.png -------------------------------------------------------------------------------- /PlotlyExample/FunnelChart/simple_funnelarea2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jacquessham/DashExamples/HEAD/PlotlyExample/FunnelChart/simple_funnelarea2.png -------------------------------------------------------------------------------- /PlotlyExample/FunnelChart/stack_funnel.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jacquessham/DashExamples/HEAD/PlotlyExample/FunnelChart/stack_funnel.png -------------------------------------------------------------------------------- /PlotlyExample/FunnelChart/stack_funnel.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jacquessham/DashExamples/HEAD/PlotlyExample/FunnelChart/stack_funnel.py -------------------------------------------------------------------------------- /PlotlyExample/Heatmap/Readme.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jacquessham/DashExamples/HEAD/PlotlyExample/Heatmap/Readme.md -------------------------------------------------------------------------------- /PlotlyExample/Heatmap/Simple_heatmap.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jacquessham/DashExamples/HEAD/PlotlyExample/Heatmap/Simple_heatmap.py -------------------------------------------------------------------------------- /PlotlyExample/Heatmap/simpleheatmap.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jacquessham/DashExamples/HEAD/PlotlyExample/Heatmap/simpleheatmap.png -------------------------------------------------------------------------------- /PlotlyExample/Histogram/AggregatedHistogram.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jacquessham/DashExamples/HEAD/PlotlyExample/Histogram/AggregatedHistogram.py -------------------------------------------------------------------------------- /PlotlyExample/Histogram/CumulativeHistogram.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jacquessham/DashExamples/HEAD/PlotlyExample/Histogram/CumulativeHistogram.py -------------------------------------------------------------------------------- /PlotlyExample/Histogram/NormalizedHistogram.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jacquessham/DashExamples/HEAD/PlotlyExample/Histogram/NormalizedHistogram.py -------------------------------------------------------------------------------- /PlotlyExample/Histogram/OverlaidHistogram.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jacquessham/DashExamples/HEAD/PlotlyExample/Histogram/OverlaidHistogram.py -------------------------------------------------------------------------------- /PlotlyExample/Histogram/Readme.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jacquessham/DashExamples/HEAD/PlotlyExample/Histogram/Readme.md -------------------------------------------------------------------------------- /PlotlyExample/Histogram/SimpleHistogram.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jacquessham/DashExamples/HEAD/PlotlyExample/Histogram/SimpleHistogram.py -------------------------------------------------------------------------------- /PlotlyExample/Histogram/StackedHistogram.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jacquessham/DashExamples/HEAD/PlotlyExample/Histogram/StackedHistogram.py -------------------------------------------------------------------------------- /PlotlyExample/Histogram/aggregated_histogram.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jacquessham/DashExamples/HEAD/PlotlyExample/Histogram/aggregated_histogram.png -------------------------------------------------------------------------------- /PlotlyExample/Histogram/cumulative_histogram.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jacquessham/DashExamples/HEAD/PlotlyExample/Histogram/cumulative_histogram.png -------------------------------------------------------------------------------- /PlotlyExample/Histogram/normalized_histogram.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jacquessham/DashExamples/HEAD/PlotlyExample/Histogram/normalized_histogram.png -------------------------------------------------------------------------------- /PlotlyExample/Histogram/overlaid_histogram.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jacquessham/DashExamples/HEAD/PlotlyExample/Histogram/overlaid_histogram.png -------------------------------------------------------------------------------- /PlotlyExample/Histogram/simple_histogram.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jacquessham/DashExamples/HEAD/PlotlyExample/Histogram/simple_histogram.png -------------------------------------------------------------------------------- /PlotlyExample/Histogram/stacked_histogram.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jacquessham/DashExamples/HEAD/PlotlyExample/Histogram/stacked_histogram.png -------------------------------------------------------------------------------- /PlotlyExample/LineChart/Mutlilines_Linechart.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jacquessham/DashExamples/HEAD/PlotlyExample/LineChart/Mutlilines_Linechart.py -------------------------------------------------------------------------------- /PlotlyExample/LineChart/SimpleLinechart.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jacquessham/DashExamples/HEAD/PlotlyExample/LineChart/SimpleLinechart.py -------------------------------------------------------------------------------- /PlotlyExample/LineChart/SimpleLinechart_points.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jacquessham/DashExamples/HEAD/PlotlyExample/LineChart/SimpleLinechart_points.py -------------------------------------------------------------------------------- /PlotlyExample/LineChart/multilines.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jacquessham/DashExamples/HEAD/PlotlyExample/LineChart/multilines.png -------------------------------------------------------------------------------- /PlotlyExample/LineChart/readme.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jacquessham/DashExamples/HEAD/PlotlyExample/LineChart/readme.md -------------------------------------------------------------------------------- /PlotlyExample/LineChart/simple_linechart.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jacquessham/DashExamples/HEAD/PlotlyExample/LineChart/simple_linechart.png -------------------------------------------------------------------------------- /PlotlyExample/LineChart/simple_linechart_points.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jacquessham/DashExamples/HEAD/PlotlyExample/LineChart/simple_linechart_points.png -------------------------------------------------------------------------------- /PlotlyExample/ParallelCoordinatesPlot/complex_parcoords.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jacquessham/DashExamples/HEAD/PlotlyExample/ParallelCoordinatesPlot/complex_parcoords.png -------------------------------------------------------------------------------- /PlotlyExample/ParallelCoordinatesPlot/complex_pcate.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jacquessham/DashExamples/HEAD/PlotlyExample/ParallelCoordinatesPlot/complex_pcate.py -------------------------------------------------------------------------------- /PlotlyExample/ParallelCoordinatesPlot/readme.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jacquessham/DashExamples/HEAD/PlotlyExample/ParallelCoordinatesPlot/readme.md -------------------------------------------------------------------------------- /PlotlyExample/ParallelCoordinatesPlot/simple_parcoords.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jacquessham/DashExamples/HEAD/PlotlyExample/ParallelCoordinatesPlot/simple_parcoords.png -------------------------------------------------------------------------------- /PlotlyExample/ParallelCoordinatesPlot/simple_parcoords_constrain.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jacquessham/DashExamples/HEAD/PlotlyExample/ParallelCoordinatesPlot/simple_parcoords_constrain.png -------------------------------------------------------------------------------- /PlotlyExample/ParallelCoordinatesPlot/simple_pcate.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jacquessham/DashExamples/HEAD/PlotlyExample/ParallelCoordinatesPlot/simple_pcate.py -------------------------------------------------------------------------------- /PlotlyExample/PieChart/Multiple_pies.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jacquessham/DashExamples/HEAD/PlotlyExample/PieChart/Multiple_pies.py -------------------------------------------------------------------------------- /PlotlyExample/PieChart/Pretty_pie.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jacquessham/DashExamples/HEAD/PlotlyExample/PieChart/Pretty_pie.py -------------------------------------------------------------------------------- /PlotlyExample/PieChart/Readme.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jacquessham/DashExamples/HEAD/PlotlyExample/PieChart/Readme.md -------------------------------------------------------------------------------- /PlotlyExample/PieChart/Simple_donut.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jacquessham/DashExamples/HEAD/PlotlyExample/PieChart/Simple_donut.py -------------------------------------------------------------------------------- /PlotlyExample/PieChart/Simple_pie.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jacquessham/DashExamples/HEAD/PlotlyExample/PieChart/Simple_pie.py -------------------------------------------------------------------------------- /PlotlyExample/PieChart/multi_pies.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jacquessham/DashExamples/HEAD/PlotlyExample/PieChart/multi_pies.png -------------------------------------------------------------------------------- /PlotlyExample/PieChart/prettypie.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jacquessham/DashExamples/HEAD/PlotlyExample/PieChart/prettypie.png -------------------------------------------------------------------------------- /PlotlyExample/PieChart/simpledonut.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jacquessham/DashExamples/HEAD/PlotlyExample/PieChart/simpledonut.png -------------------------------------------------------------------------------- /PlotlyExample/PieChart/simplepie.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jacquessham/DashExamples/HEAD/PlotlyExample/PieChart/simplepie.png -------------------------------------------------------------------------------- /PlotlyExample/Readme.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jacquessham/DashExamples/HEAD/PlotlyExample/Readme.md -------------------------------------------------------------------------------- /PlotlyExample/SankeyChart/plotly_example.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jacquessham/DashExamples/HEAD/PlotlyExample/SankeyChart/plotly_example.png -------------------------------------------------------------------------------- /PlotlyExample/SankeyChart/plotlyexample_sankey.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jacquessham/DashExamples/HEAD/PlotlyExample/SankeyChart/plotlyexample_sankey.py -------------------------------------------------------------------------------- /PlotlyExample/SankeyChart/readme.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jacquessham/DashExamples/HEAD/PlotlyExample/SankeyChart/readme.md -------------------------------------------------------------------------------- /PlotlyExample/SankeyChart/simple_sankey.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jacquessham/DashExamples/HEAD/PlotlyExample/SankeyChart/simple_sankey.png -------------------------------------------------------------------------------- /PlotlyExample/SankeyChart/simple_sankey.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jacquessham/DashExamples/HEAD/PlotlyExample/SankeyChart/simple_sankey.py -------------------------------------------------------------------------------- /PlotlyExample/ScatterPlot/Bubblechart.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jacquessham/DashExamples/HEAD/PlotlyExample/ScatterPlot/Bubblechart.py -------------------------------------------------------------------------------- /PlotlyExample/ScatterPlot/Bubblechart_legend.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jacquessham/DashExamples/HEAD/PlotlyExample/ScatterPlot/Bubblechart_legend.py -------------------------------------------------------------------------------- /PlotlyExample/ScatterPlot/CateColourScatterplot.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jacquessham/DashExamples/HEAD/PlotlyExample/ScatterPlot/CateColourScatterplot.py -------------------------------------------------------------------------------- /PlotlyExample/ScatterPlot/CateColourScatterplot_legend.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jacquessham/DashExamples/HEAD/PlotlyExample/ScatterPlot/CateColourScatterplot_legend.py -------------------------------------------------------------------------------- /PlotlyExample/ScatterPlot/NumColourScatterplot.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jacquessham/DashExamples/HEAD/PlotlyExample/ScatterPlot/NumColourScatterplot.py -------------------------------------------------------------------------------- /PlotlyExample/ScatterPlot/SimpleScatterplot.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jacquessham/DashExamples/HEAD/PlotlyExample/ScatterPlot/SimpleScatterplot.py -------------------------------------------------------------------------------- /PlotlyExample/ScatterPlot/bubblechart.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jacquessham/DashExamples/HEAD/PlotlyExample/ScatterPlot/bubblechart.png -------------------------------------------------------------------------------- /PlotlyExample/ScatterPlot/bubblechart_legend.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jacquessham/DashExamples/HEAD/PlotlyExample/ScatterPlot/bubblechart_legend.png -------------------------------------------------------------------------------- /PlotlyExample/ScatterPlot/catedim_scatterplot.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jacquessham/DashExamples/HEAD/PlotlyExample/ScatterPlot/catedim_scatterplot.png -------------------------------------------------------------------------------- /PlotlyExample/ScatterPlot/catedim_scatterplot_legend.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jacquessham/DashExamples/HEAD/PlotlyExample/ScatterPlot/catedim_scatterplot_legend.png -------------------------------------------------------------------------------- /PlotlyExample/ScatterPlot/numdim_scatterplot.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jacquessham/DashExamples/HEAD/PlotlyExample/ScatterPlot/numdim_scatterplot.png -------------------------------------------------------------------------------- /PlotlyExample/ScatterPlot/readme.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jacquessham/DashExamples/HEAD/PlotlyExample/ScatterPlot/readme.md -------------------------------------------------------------------------------- /PlotlyExample/ScatterPlot/simple_scatterplot.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jacquessham/DashExamples/HEAD/PlotlyExample/ScatterPlot/simple_scatterplot.png -------------------------------------------------------------------------------- /PlotlyExample/SunburstChart/readme.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jacquessham/DashExamples/HEAD/PlotlyExample/SunburstChart/readme.md -------------------------------------------------------------------------------- /PlotlyExample/SunburstChart/simple_sunburst.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jacquessham/DashExamples/HEAD/PlotlyExample/SunburstChart/simple_sunburst.png -------------------------------------------------------------------------------- /PlotlyExample/SunburstChart/simple_sunburst_agsunset.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jacquessham/DashExamples/HEAD/PlotlyExample/SunburstChart/simple_sunburst_agsunset.png -------------------------------------------------------------------------------- /PlotlyExample/SunburstChart/simplesunburst.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jacquessham/DashExamples/HEAD/PlotlyExample/SunburstChart/simplesunburst.py -------------------------------------------------------------------------------- /PlotlyExample/SunburstChart/simplesunburst_colourscale.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jacquessham/DashExamples/HEAD/PlotlyExample/SunburstChart/simplesunburst_colourscale.py -------------------------------------------------------------------------------- /PlotlyExample/Treemap/PlotlyExample_treemap.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jacquessham/DashExamples/HEAD/PlotlyExample/Treemap/PlotlyExample_treemap.py -------------------------------------------------------------------------------- /PlotlyExample/Treemap/SalaryExample_treemap.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jacquessham/DashExamples/HEAD/PlotlyExample/Treemap/SalaryExample_treemap.py -------------------------------------------------------------------------------- /PlotlyExample/Treemap/plotly_treemap.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jacquessham/DashExamples/HEAD/PlotlyExample/Treemap/plotly_treemap.png -------------------------------------------------------------------------------- /PlotlyExample/Treemap/readme.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jacquessham/DashExamples/HEAD/PlotlyExample/Treemap/readme.md -------------------------------------------------------------------------------- /PlotlyExample/Treemap/salary_treemap.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jacquessham/DashExamples/HEAD/PlotlyExample/Treemap/salary_treemap.png -------------------------------------------------------------------------------- /PlotlyTemplateFramework/.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jacquessham/DashExamples/HEAD/PlotlyTemplateFramework/.gitignore -------------------------------------------------------------------------------- /PlotlyTemplateFramework/TemplateExamples/aggregatedhistogram_arguements.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jacquessham/DashExamples/HEAD/PlotlyTemplateFramework/TemplateExamples/aggregatedhistogram_arguements.json -------------------------------------------------------------------------------- /PlotlyTemplateFramework/TemplateExamples/boxplot_arguements.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jacquessham/DashExamples/HEAD/PlotlyTemplateFramework/TemplateExamples/boxplot_arguements.json -------------------------------------------------------------------------------- /PlotlyTemplateFramework/TemplateExamples/bubblechart_arguements.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jacquessham/DashExamples/HEAD/PlotlyTemplateFramework/TemplateExamples/bubblechart_arguements.json -------------------------------------------------------------------------------- /PlotlyTemplateFramework/TemplateExamples/candlestick_arguements.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jacquessham/DashExamples/HEAD/PlotlyTemplateFramework/TemplateExamples/candlestick_arguements.json -------------------------------------------------------------------------------- /PlotlyTemplateFramework/TemplateExamples/catecolour_scatter_arguement.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jacquessham/DashExamples/HEAD/PlotlyTemplateFramework/TemplateExamples/catecolour_scatter_arguement.json -------------------------------------------------------------------------------- /PlotlyTemplateFramework/TemplateExamples/catehistogram_arguements.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jacquessham/DashExamples/HEAD/PlotlyTemplateFramework/TemplateExamples/catehistogram_arguements.json -------------------------------------------------------------------------------- /PlotlyTemplateFramework/TemplateExamples/complexbar_arguements.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jacquessham/DashExamples/HEAD/PlotlyTemplateFramework/TemplateExamples/complexbar_arguements.json -------------------------------------------------------------------------------- /PlotlyTemplateFramework/TemplateExamples/horizontalbar_arguements.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jacquessham/DashExamples/HEAD/PlotlyTemplateFramework/TemplateExamples/horizontalbar_arguements.json -------------------------------------------------------------------------------- /PlotlyTemplateFramework/TemplateExamples/multilines_arguements.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jacquessham/DashExamples/HEAD/PlotlyTemplateFramework/TemplateExamples/multilines_arguements.json -------------------------------------------------------------------------------- /PlotlyTemplateFramework/TemplateExamples/normalizedhistogram_arguements.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jacquessham/DashExamples/HEAD/PlotlyTemplateFramework/TemplateExamples/normalizedhistogram_arguements.json -------------------------------------------------------------------------------- /PlotlyTemplateFramework/TemplateExamples/numcolour_scatter_arguements.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jacquessham/DashExamples/HEAD/PlotlyTemplateFramework/TemplateExamples/numcolour_scatter_arguements.json -------------------------------------------------------------------------------- /PlotlyTemplateFramework/TemplateExamples/readme.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jacquessham/DashExamples/HEAD/PlotlyTemplateFramework/TemplateExamples/readme.md -------------------------------------------------------------------------------- /PlotlyTemplateFramework/TemplateExamples/simplebar_arguements.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jacquessham/DashExamples/HEAD/PlotlyTemplateFramework/TemplateExamples/simplebar_arguements.json -------------------------------------------------------------------------------- /PlotlyTemplateFramework/TemplateExamples/simplefunnel_arguements.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jacquessham/DashExamples/HEAD/PlotlyTemplateFramework/TemplateExamples/simplefunnel_arguements.json -------------------------------------------------------------------------------- /PlotlyTemplateFramework/TemplateExamples/simplefunnelarea_arguements.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jacquessham/DashExamples/HEAD/PlotlyTemplateFramework/TemplateExamples/simplefunnelarea_arguements.json -------------------------------------------------------------------------------- /PlotlyTemplateFramework/TemplateExamples/simpleheatmap_arguements.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jacquessham/DashExamples/HEAD/PlotlyTemplateFramework/TemplateExamples/simpleheatmap_arguements.json -------------------------------------------------------------------------------- /PlotlyTemplateFramework/TemplateExamples/simplehistogram_arguements.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jacquessham/DashExamples/HEAD/PlotlyTemplateFramework/TemplateExamples/simplehistogram_arguements.json -------------------------------------------------------------------------------- /PlotlyTemplateFramework/TemplateExamples/simpleline_arguements.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jacquessham/DashExamples/HEAD/PlotlyTemplateFramework/TemplateExamples/simpleline_arguements.json -------------------------------------------------------------------------------- /PlotlyTemplateFramework/TemplateExamples/simplepie_arguements.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jacquessham/DashExamples/HEAD/PlotlyTemplateFramework/TemplateExamples/simplepie_arguements.json -------------------------------------------------------------------------------- /PlotlyTemplateFramework/TemplateExamples/simplescatter_arguements.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jacquessham/DashExamples/HEAD/PlotlyTemplateFramework/TemplateExamples/simplescatter_arguements.json -------------------------------------------------------------------------------- /PlotlyTemplateFramework/TemplateExamples/stackfunnel_arguements.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jacquessham/DashExamples/HEAD/PlotlyTemplateFramework/TemplateExamples/stackfunnel_arguements.json -------------------------------------------------------------------------------- /PlotlyTemplateFramework/arguements.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jacquessham/DashExamples/HEAD/PlotlyTemplateFramework/arguements.json -------------------------------------------------------------------------------- /PlotlyTemplateFramework/call_plotly.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jacquessham/DashExamples/HEAD/PlotlyTemplateFramework/call_plotly.py -------------------------------------------------------------------------------- /PlotlyTemplateFramework/check_metadata.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jacquessham/DashExamples/HEAD/PlotlyTemplateFramework/check_metadata.py -------------------------------------------------------------------------------- /PlotlyTemplateFramework/css_colours.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jacquessham/DashExamples/HEAD/PlotlyTemplateFramework/css_colours.py -------------------------------------------------------------------------------- /PlotlyTemplateFramework/data.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jacquessham/DashExamples/HEAD/PlotlyTemplateFramework/data.py -------------------------------------------------------------------------------- /PlotlyTemplateFramework/generate_bar.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jacquessham/DashExamples/HEAD/PlotlyTemplateFramework/generate_bar.py -------------------------------------------------------------------------------- /PlotlyTemplateFramework/generate_boxplot.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jacquessham/DashExamples/HEAD/PlotlyTemplateFramework/generate_boxplot.py -------------------------------------------------------------------------------- /PlotlyTemplateFramework/generate_candlestick.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jacquessham/DashExamples/HEAD/PlotlyTemplateFramework/generate_candlestick.py -------------------------------------------------------------------------------- /PlotlyTemplateFramework/generate_funnel.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jacquessham/DashExamples/HEAD/PlotlyTemplateFramework/generate_funnel.py -------------------------------------------------------------------------------- /PlotlyTemplateFramework/generate_heatmap.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jacquessham/DashExamples/HEAD/PlotlyTemplateFramework/generate_heatmap.py -------------------------------------------------------------------------------- /PlotlyTemplateFramework/generate_histogram.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jacquessham/DashExamples/HEAD/PlotlyTemplateFramework/generate_histogram.py -------------------------------------------------------------------------------- /PlotlyTemplateFramework/generate_line.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jacquessham/DashExamples/HEAD/PlotlyTemplateFramework/generate_line.py -------------------------------------------------------------------------------- /PlotlyTemplateFramework/generate_pie.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jacquessham/DashExamples/HEAD/PlotlyTemplateFramework/generate_pie.py -------------------------------------------------------------------------------- /PlotlyTemplateFramework/generate_plotly.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jacquessham/DashExamples/HEAD/PlotlyTemplateFramework/generate_plotly.py -------------------------------------------------------------------------------- /PlotlyTemplateFramework/generate_scatterplot.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jacquessham/DashExamples/HEAD/PlotlyTemplateFramework/generate_scatterplot.py -------------------------------------------------------------------------------- /PlotlyTemplateFramework/layout.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jacquessham/DashExamples/HEAD/PlotlyTemplateFramework/layout.py -------------------------------------------------------------------------------- /PlotlyTemplateFramework/readme.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jacquessham/DashExamples/HEAD/PlotlyTemplateFramework/readme.md -------------------------------------------------------------------------------- /readme.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jacquessham/DashExamples/HEAD/readme.md --------------------------------------------------------------------------------