Toggle navigation
Home
▼ Details
Products and pricing
Chart gallery
User stories
Text analytics
CDC NAMCS Library
Blog
Tutorials
Contact
Sign in
Post Editor
← All blog posts
View post
Save
<p>A <strong>TopBoxTornado</strong> plot is a concise way to present top- and bottom-box scores for multiple ratings on Likert-type scales.</p> <p><img src="/images/blog/2017-09-14/pew q5 tornado.png" style="max-width: 100%"/></p> <!--more--> <p>Market research surveys often ask respondents to rate multiple items e.g. "How much do you agree with the following statements?".<br>The response scale may be 5-, 7-, 10- or 11-point scales. </p> <p>An effective way to present the results is to look at top-box scores, showing percentages for the top one, two or three scale items, e.g. "Somewhat agree or Strongly agree". </p> <p>Sometimes though the client also wants to know the bottom-box score too. The tornado plot is a visually interesting way to show both top- and bottom-box. The middle scale points (and any missing/NA values) are hidden in the middle.</p> <h2 id="export-to-powerpoint">Export to PowerPoint</h2> <p>These also export to PowerPoint as native Office chart objects:</p> <p><img src="/images/blog/2017-09-14/pew q5 pptx.png" style="padding: 5px; border: 1px solid grey; max-width: 100%"/></p> <h2 id="create-a-topboxtornado">Create a TopBoxTornado</h2> <p><p>To create a TopBoxTornado chart in Protobi, press the blue square edit icon for a group of rating questions and select Edit... .Then in the JSON, specify a <code>chartType</code> attribute: </p> <pre> { "chartType": "TopBoxTornado" } </pre> <p>The default is to show the bottom-two box scores on the left and the top-two box scores on the right, using the <code>format</code> attribute to identify the boxes and sorting them to identify top vs bottom. </p> <p>You can override the defaults by specifying a <code>chartOptions</code> attribute as well:</p> <pre> { "chartType": "TopBoxTornado", "chartOptions": { "left": [1,2], "right": [4,5], "leftTitle": "Very strong or strong conflicts", "rightTitle": "Not very strong or no conflicts", "leftColor": "purple", "rightColor": "gold" } </pre>
Date
Status
Published
Draft
Slug
edit
Thumbnail
Categories
Manage
Release
Features
Datasets
Surveys
Tips
NAMCS
Applications
Crosstab
Tutorial
Design
Concepts
Segmentation
Examples
Blog Test Category
Delete
Convert to MD