Inverse Watch Docs
AppLanding
  • Overview
    • Home
    • Governance
      • Proposal 7
      • Proposal 25
      • Proposal 52
      • Proposal 107
      • Proposal 147 - S1
      • Proposal 189 - S2
  • Products
    • Inverse Alerts
      • See on Twitter
    • Inverse Chatbot
      • /doc
      • /imagine
      • /data
      • /graph
    • Inverse Subgraphs
      • See inverse-subgraph on Mainnet
      • See inverse-governance-subgraph on Mainnet
    • Inverse Watch
      • Go to App
  • User Guide
    • Quickstart
    • Alerts
      • Setting Up an Alert
      • Adding New Alert Destinations
      • Customize Alert Template
      • Multiple Column Alert
    • Queries
      • Creating and Editing Queries
      • Querying Existing Query Results
      • Query Parameters
      • How to Schedule a Query
      • Favorites & Tagging
      • Query Filters
      • How To Download / Export Query Results
      • Query Snippets
    • Visualizations
      • Cohort Visualizations
      • Visualizations How-To
      • Chart Visualizations
      • Formatting Numbers in Visualizations
      • How to Make a Pivot Table
      • Funnel Visualizations
      • Table Visualization Options
      • Visualizations Types
    • Dashboards
      • Creating and Editing Dashboards
      • Favorites & Tagging
      • Sharing and Embedding Dashboards
    • Data Sources
      • CSV & Excel Files
      • Google Sheets
      • JSON (API)
      • Python
      • EVM Chain Logs
      • EVM Chain State
      • GraphQL
      • Dune API
    • Machine Learning
      • Data Engineering
      • Regressors
        • Linear Regression
        • Random Forest
        • Ada Boosting
        • Gradient Boosting
        • Neural Network (LSTM)
      • Training and Predicting
      • Metrics & Overfitting
      • Examples
        • Price Prediction
          • Data Preprocessing
          • Model Creation & Training
          • Metrics Evaluation
          • Back Testing
          • Visualizing
        • Liquidation Risk
  • Admin & Dev Guide
    • Setup
    • Redash
    • Integrations & API
    • Query Runners
    • Users
      • Adding a Profile Picture
      • Authentication Options
      • Group Management
      • Inviting Users to Use Redash
      • Permissions & Groups
    • Visualizations
  • Cheat Sheets
    • Snippets
    • Contracts
  • More
    • Deprecated Apps
    • Github : inverse-flaskbot
    • Github : inverse-subgraph
    • Github : inverse-watch
Powered by GitBook
On this page
  • 1. Create a New Visualization
  • 2. Edit A Visualization
  • 3. Embedding Visualizations

Was this helpful?

  1. User Guide
  2. Visualizations

Visualizations How-To

PreviousCohort VisualizationsNextChart Visualizations

Last updated 1 year ago

Was this helpful?

1. Create a New Visualization

Once your query has finished running for the first time, you can add a visualization by clicking the “New Visualization” button above the results table.

2. Edit A Visualization

You can modify the settings of an existing visualization from the query editor screen. Click the visualization on the tab bar and you’ll see an Edit Visualization option beneath each visualization. Clicking it will open the current settings for that visualization (type, X axis, Y axis, groupings etc.). Hit “Save” to apply your changes or “Cancel” to leave no trace.

3. Embedding Visualizations

It’s easy to embed visualizations. Just click the ellipsis button beneath any visualization to show further options and select Embed Elsewhere.

This will pop up the <iframe> code you can drop into your HTML pages.

Queries with text-type parameters do not support embeds

PNG image Embeds

For SaaS customers, there is also a hardlink to a PNG of your visualization hosted through snap.redash.io. The PNG embed is especially useful in contexts where iframes won’t work (like GitHub issues). If you need the visualization PNG to include a Cache-Control: no-cache header, just tack the Query String variable ?no-cache to the end of your PNG embed link.

Query String Variables for Embeds

You can append query string variables to your embed URLs:

  • ?hide_parameters hides any parameter selection widgets

  • ?hide_timestamp hides the timestamp

Downloading A Visualization as an Image File

For chart visualizations, you can also download a local image file. Just hover your mouse near the top right area of the visualization and click the camera icon that appears. A PNG will be downloaded to your device.


create a new visualization
edit a visualization
embedding visualization
visualization png file