Data Visualization Code Generator
Generate interactive data visualizations with multiple chart types from data descriptions
Content
Generate {{visualization_type}} code to visualize the following data: Data description: {{data_description}} Data structure: {{data_structure}} Requirements: - Chart type: {{chart_type}} - Interactivity: {{interactivity_level}} - Theme: {{theme}} - Target framework: {{framework}} Include: 1. Data preparation code 2. Main visualization code 3. Interactive features (tooltips, zoom, filters) 4. Responsive styling 5. Sample data that matches the structure Make it production-ready with proper error handling and comments.
Related Prompts
Incident Postmortem Generator
Create structured incident postmortem reports from incident details
API Documentation Generator
Generate comprehensive API documentation including endpoints, parameters, responses, and examples.
Legacy Code Refactoring Plan
Creates a step-by-step refactoring plan for legacy code with risk assessment
API Test Case Generator
Generate comprehensive test cases for REST APIs