mirror of
https://github.com/XCharts-Team/XCharts.git
synced 2026-05-29 20:58:47 +00:00
3.0 - LineChart
This commit is contained in:
@@ -205,7 +205,7 @@ namespace XCharts
|
||||
var componentNum = m_IconStyle.arraySize + m_Label.arraySize + m_ItemStyle.arraySize + m_Emphasis.arraySize
|
||||
+ m_Symbol.arraySize;
|
||||
var title = "Component";
|
||||
if (componentNum == 0) title += " (No Component)";
|
||||
if (componentNum == 0) title += " (None)";
|
||||
m_DataComponentFoldout = ChartEditorHelper.DrawHeader(title, m_DataComponentFoldout, false, null, null,
|
||||
new HeaderMenuInfo("Add ItemStyle", () =>
|
||||
{
|
||||
|
||||
@@ -7,8 +7,8 @@ namespace XCharts
|
||||
{
|
||||
public class EditorCustomStyles
|
||||
{
|
||||
static readonly Color splitterDark = new Color(0.12f, 0.12f, 0.12f, 0.3f);
|
||||
static readonly Color splitterLight = new Color(0.6f, 0.6f, 0.6f, 0.3f);
|
||||
static readonly Color splitterDark = new Color(0.12f, 0.12f, 0.12f, 0.5f);
|
||||
static readonly Color splitterLight = new Color(0.6f, 0.6f, 0.6f, 0.5f);
|
||||
static readonly Texture2D paneOptionsIconDark = (Texture2D)EditorGUIUtility.Load("Builtin Skins/DarkSkin/Images/pane options.png");
|
||||
static readonly Texture2D paneOptionsIconLight = (Texture2D)EditorGUIUtility.Load("Builtin Skins/LightSkin/Images/pane options.png");
|
||||
static readonly Color headerBackgroundDark = new Color(0.1f, 0.1f, 0.1f, 0.2f);
|
||||
|
||||
Reference in New Issue
Block a user