# Quantimodo.Chart ## Properties Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- **highchartConfig** | **Object** | Highcharts config that can be used if you have highcharts.js included on the page | [optional] **chartId** | **String** | Ex: correlationScatterPlot | [optional] **chartTitle** | **String** | Ex: Overall Mood following Sleep Duration (R = -0.173) | [optional] **explanation** | **String** | Ex: The chart above indicates that an increase in Sleep Duration is usually followed by an decrease in Overall Mood. | [optional] **svgUrl** | **String** | Url to a static svg of the chart | [optional] **svg** | **String** | SVG string than can be embedded directly in HTML | [optional]