91.8k views
1 vote
Name three things to watch out for with Spark Lines

Option 1: Data range should include headers
Option 2: Data should be sorted in ascending order
Option 3: Avoid using negative numbers
Option 4: Always use line sparklines

User Zrfrank
by
8.0k points

1 Answer

5 votes

Final answer:

When working with Sparklines, it is important to include the headers of your data range, sort the data in ascending order, and avoid using negative numbers.

Step-by-step explanation:

When working with Sparks, there are three things to watch out for Data range should include headers It is important to include the headers of your data when selecting the range for your Sparks. This ensures that the labels are included in the graph.Data should be sorted in ascending order Sorting your data in ascending order helps to maintain the chronological order and makes it easier to identify trends over time.Avoid using negative numbers Sparks are generally used to show positive trends, so it is best to avoid using negative numbers in your data.Following these guidelines will help you create accurate and informative Sparks.

User Crisic
by
8.1k points