在Atlasboard中配置主题时,我知道您可以在config/theming.js
中设置全局主题,但有没有办法让单个仪表板使用与其他主题不同的主题?
答案 0 :(得分:0)
我没试过,但看起来你可以从1.0版本开始。请参阅 Atlasboard overview中的“主题支持”。以下说明可能有效
在{yourcurrentwallboard}
中定义主题名称{yourcurrentwallboard}/themes/{themename}/variables.styl
为{yourcurrentwallboard}
设置已定义的主题{yourwallboard}/config/theming.js
module.exports = {
theme: '{themename}'
};