header: title: CSV Plotly Dashboard layout: row1: - type: plotly title: My Farm Animals from CSV description: A personal wishlist datasets: dataset: farm-animals.csv traces: - type: bar x: $dataset.ansimal y: $dataset.count orientation: v xaxis: "x" yaxis: "y" - type: plotly title: My Farm Animals as a Line from CSV description: A personal wishlist datasets: dataset: farm-animals.csv traces: - type: line x: $dataset.animal y: $dataset.count orientation: v xaxis: "x" yaxis: "y" row2: title: Inline type: plotly datasets: dataset: data-3d.csv traces: - y: $dataset.y x: $dataset.x z: $dataset.z text: $dataset.text mode: markers type: scatter3d xaxis: x yaxis: "y" zaxis: z marker: size: 12 opacity: 0.8 line: color: 'rgba(217, 217, 217, 0.14)' width: 0.5 - y: $dataset.x x: $dataset.z z: $dataset.y mode: markers type: scatter3d xaxis: x yaxis: "y" zaxis: z marker: size: 12 opacity: 0.8 line: color: 'rgba(217, 217, 217, 0.14)' width: 0.5