See here for the example code that generated this page

PivotTable Examples

This page demonstrates the key features of interactive PivotTable plots in JSPlots.

Tip: Drag and drop fields between Rows, Columns, and Values to reorganize!




sales_pivot

Basic pivot table - drag fields to reorganize rows and columns


Data: sales_data




performance_heatmap

Custom color scale heatmap - green indicates good performance, red needs improvement


Data: performance_data




revenue_by_category

Bar chart renderer - switch renderer in the dropdown to see other visualizations


Data: product_data




customer_revenue

Exclusions feature - 'Test' country data is automatically filtered out


Data: customer_data




survey_results

Inclusions feature - only showing ages 18-45, filtering out older demographics


Data: survey_data




transaction_analysis

Count aggregation - showing transaction counts rather than sums or averages


Data: transaction_data




Returns_Over_Last_Few_Days

Stock returns heatmap with MSFT excluded


Data: stockReturns




Correlation_Matrix

Correlation matrix with custom red-white-blue color scale


Data: correlations




Key Features Summary

Tip: Try dragging unused fields from the top into Rows or Columns!


This page was created using JSPlots.jl.