mirror of
https://github.com/XCharts-Team/XCharts.git
synced 2026-05-22 17:00:08 +00:00
3.0 - bar chart
This commit is contained in:
@@ -153,6 +153,7 @@ namespace XCharts
|
||||
public static bool AddCustomTheme(Theme theme)
|
||||
{
|
||||
if (theme == null) return false;
|
||||
if (Instance == null || Instance.m_CustomThemes == null) return false;
|
||||
if (!Instance.m_CustomThemes.Contains(theme))
|
||||
{
|
||||
Instance.m_CustomThemes.Add(theme);
|
||||
|
||||
Reference in New Issue
Block a user