离子

时间:2017-03-11 12:13:24

标签: javascript angularjs ionic-framework gauge

当我尝试在Ionic中包含一个完整的圆形Gauge / Gage时,我遇到了问题,因为测量仪永远不会出现。

有没有人成功地在离子中包含一个完整的圆形量表:

enter image description here

我找到了一个完美的GitHub(从设计的角度来看):

https://github.com/crisbeto/angular-svg-round-progressbar

所以,我刚刚补充说明了

<script>
import {NgModule} from '@angular/core';
import {RoundProgressModule} from 'angular-svg-round-progressbar';

@NgModule({
imports: [RoundProgressModule]
})
export class YourModule {};
</script>
在控制台中运行npm install angular-svg-round-progressbar --save后,在我的index.html中

。 然后我在我的一个模板中添加了轮progress tag,但是出现了任何内容。

1 个答案:

答案 0 :(得分:0)

如果你仔细阅读了该库的issues in github,你会发现一个说明lib不能以角度2工作。请参阅https://github.com/crisbeto/angular-svg-round-progressbar/issues/65

有一些解决方法,比如使用另一个库,这个https://github.com/subarroca/ng2-kw-gauge