Qing Fu

Results 17 comments of Qing Fu

> We should also provide a way to set the lineStyle for the lines from `connectNulls`. The API may be > > ```js > { > nullLineStyle: {...}, > nullAreaStyle:...

@Ovilia I'd like to add following properties to option in [LineSeries.ts#L72](https://github.com/apache/echarts/blob/67afcbd2c8a7d110263fc3e90d5080251fa2ec93/src/chart/line/LineSeries.ts#L72) for implementing the second proposal: ```js export interface LinePieceData { index: number leftValue: number rightValue: number lineStyle: LineStyleOption isConnectNulls:...

@Ovilia Thanks for reply. I'd rather make `linePieces.index` be the index of the line segment, which is showed in the image below. The red number is line index and the...

> Also, I feel it strange to exclude null data when making this index. It would mean _the nth non-null line_. I'm not sure if this is helpful for developers....

I had this feature in mind when I was developing OAuth, but unfortunately the configuration page is now auto-generated. @stonith404 Do you have any ideas?

It's confusing that the `allow-registration` is in the share category, so I add a `allow-registration` config in the new account category, but I haven't migrated the old config to this....

@thelouisvivier Hi, it still needs some trivial work, but I'm a bit busy lately. I'll work on it ASAP.

@thelouisvivier Oh thanks, it seems all that's left is the database migration, I think I can make it works this weekend. But there's a small trouble, if home page is...

@thelouisvivier You are right, and I have implemented what you proposed. But auto redirection to IdP is also a significant feature, right?