Zach Guo

Results 18 comments of Zach Guo
trafficstars

You can also try using components directly from https://github.com/react-component. `antd` [is built on top of them](https://github.com/ant-design/ant-design/blob/master/package.json), and [they](http://react-component.github.io/) are unstyled.

`next-translate` had an issue of not translating HOC wrapped pages, `v10.2.1-canary.4` does fix the issue.

> ``` > ` model_inference = VariableElimination(self) > for index, data_point in data.iterrows(): > states_dict = model_inference.map_query(variables=missing_variables, evidence=data_point.to_dict()) > for k, v in states_dict.items(): > pred_values[k].append(v) > return pd.DataFrame(pred_values, index=data.index)`...

Can you point it to me where I should change to enable this? I may submit a PR.

@haoliangyu Does the region have to be the region of ES instance?

What else needs to be done?

I think this has been fixed in the latest version. The argument for `onFocus` is an event now, however, there's no documentation about this change in `antd`'s migration guide to...

> There's an increasing trend in visualization libraries to shift away from imperative visualization declaration (e.g. put this circle here) to declarative declarations (gimmie an x/y plot with circles). While...

👍 Is it possible to release a final v1 release before the new development related to Styletron?

`BarSeries` and `MarkSeries` appear black in [documentation](https://uber.github.io/react-vis/documentation/general-principles/colors).