Skip to content

Commit

Permalink
Added New Translation Plot
Browse files Browse the repository at this point in the history
  • Loading branch information
shrish-shete20 committed Feb 5, 2024
1 parent 625b577 commit a372259
Show file tree
Hide file tree
Showing 24 changed files with 104 additions and 62 deletions.
12 changes: 12 additions & 0 deletions weblate/index.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -922,6 +922,18 @@ htmltools::div(
)
)
```
Row
---------------------------------------------------------------------------------

### New Translation Per Month
```{r}
date_counts2 <- table(year_month)
# display the result
date_counts2<-as.data.frame(date_counts2)
fig1 <- plot_ly(date_counts2, y = ~Freq, x = ~year_month, name = 'New_Translation', type = 'bar',color = "orange")
fig1
```

Information
=====================================
Expand Down
152 changes: 91 additions & 61 deletions weblate/index.html

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion weblate/index_files/bootstrap-4.6.0/bootstrap.min.css

Large diffs are not rendered by default.

Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.

0 comments on commit a372259

Please sign in to comment.