Tree Xie
Tree Xie
- 项目名称:go-charts - 项目地址:https://github.com/vicanso/go-charts - 项目简介 :go-charts基于[go-chart](https://github.com/wcharczuk/go-chart),更简单方便的形式生成数据图表,支持svg与png两种方式的输出,支持主题light, dark, grafana以及ant。默认的输入格式为png,默认主题为light。Apache ECharts在前端开发中得到众多开发者的认可,因此go-charts提供了兼容Apache ECharts的配置参数,简单快捷的生成相似的图表(svg或png),方便插入至Email或分享使用。 - 项目截图:  
Improve log function at off level
I set the log's level to `OFF` and I thought that log function should be fast. However it seemed to be slower than of noop function. I have tested like...
The default fill color of dot is the same as the stroke color, however, I would like to customize the fill color. Do you think this feature is ok? 
[go-charts](https://github.com/vicanso/go-charts)简单方便的形式生成数据图表,支持`svg`与`png`两种方式的输出,支持主题`light`, `dark`, `grafana`以及`ant`。 `Apache ECharts`在前端开发中得到众多开发者的认可,因此`go-charts`提供了兼容`Apache ECharts`的配置参数,简单快捷的生成相似的图表(`svg`或`png`),方便插入至Email或分享使用。下面为常用的图表截图(主题为light与grafana): Apache ECharts在前端开发中得到众多开发者的认可,因此go-charts提供了兼容Apache ECharts的配置参数,简单快捷的生成相似的图表(svg或png),方便插入至Email或分享使用
## What is the problem your feature solves, or the need it fulfills? I use `pingora` as a lib for my reverse proxy , but `run_forever` function will call `std::process::exit(0);`....
As described in #154, I make three functions for my purpose: - `run_services`: Run all services of server - `load_fds`: Change it to pub - `send_fds`: Send all listening sockets...
## What is the problem your feature solves, or the need it fulfills? I make a custom response in `request_filter` like this: ```rust session.downstream_compression.adjust_decompression(true); session.downstream_compression.adjust_level(9); session.write_response_header(Box::new(header)).await?; session.write_response_body(self.body).await?; return Ok(true); ```...
## What is the problem your feature solves, or the need it fulfills? I want to get the status change of backend, and send a notification. Now it only prints...
I want to use `download-counts` to find more useful modules, but I found that some modules had a large number of downloads just after published.