Mikhail Razgovorov

Results 3 issues of Mikhail Razgovorov

[Delivery.zip](https://github.com/bpmn-io/bpmn-js/files/1860111/Delivery.zip) ![screen](https://user-images.githubusercontent.com/3998764/38089645-e360d75e-3368-11e8-9201-9e63eee38d47.png) ![screen2](https://user-images.githubusercontent.com/3998764/38089850-7d2fa310-3369-11e8-9aa2-9a02e1abef15.png) ### Expected Behavior shows a dotted line ### Actual Behavior is not displayed ### Steps to reproduce the Behavior

enhancement
backlog
bpmn support

### Summary 简述 How to make "DataEmpty" inscription in another language? ### Expect 期望结果 make two slots (loading, data empty) that can be redefined. hide the chart plot area if...

``` class GData(xmlschema.converters.BadgerFishConverter): def __init__(self, namespaces: Optional[NamespacesType] = None, dict_class: Optional[Type[Dict[str, Any]]] = None, list_class: Optional[Type[List[Any]]] = None, **kwargs: Any) -> None: kwargs.update(attr_prefix='', text_key='$t', cdata_prefix='$') super(xmlschema.converters.BadgerFishConverter, self).__init__( namespaces, dict_class, list_class,...

enhancement