I'm following the Line Chart example in the Studio Dashboard app in Splunk
index=_internal _sourcetype IN ( splunk_web_access, splunkd_access)
| timechart count by _sourcetype
You have it as fieldColours instead of fieldColors.
You have it as fieldColours instead of fieldColors.