为单个仪表板设置Atlasboard主题

时间:2016-02-18 21:35:34

标签: themes dashboard atlasboard

在Atlasboard中配置主题时,我知道您可以在config/theming.js中设置全局主题,但有没有办法让单个仪表板使用与其他主题不同的主题?

1 个答案:

答案 0 :(得分:0)

我没试过,但看起来你可以从1.0版本开始。请参阅 Atlasboard overview中的“主题支持”。以下说明可能有效

在{yourcurrentwallboard}

中定义主题名称
{yourcurrentwallboard}/themes/{themename}/variables.styl

为{yourcurrentwallboard}

设置已定义的主题
{yourwallboard}/config/theming.js

module.exports = {
  theme: '{themename}'
};