##Context
Charts are inherently visual representations of data. There are a few questions we need to answer to help determine what assets and resources design will need to provide for our charting library.
###Open questions
# What is the maximum amount of data points that could be represented in one chart? This will determine how many colors/patterns need to be designated to the charting library.
# In what order should we default the colors/patterns for visualizations based on how many data points there are in any given chart?
# What is the darkest background color that a chart might appear on? Or will we define the background color for all charts?
# Does text ever appear in color within any given chart or are only shapes/graphics represented in color on all charts?
# Do we feel strongly about every color for all visualizations/data points being visually accessible if we incorporate a patterned high contrast mode?